summaryrefslogtreecommitdiffstats
path: root/drivers/net/ethernet/intel/ice/ice_controlq.c
Commit message (Expand)AuthorAgeFilesLines
* ice: remove null checks before devm_kfree() callsPrzemek Kitszel2023-06-221-2/+1
* ice: reduce initial wait for control queue messagesJacob Keller2023-06-221-2/+7
* ice: sleep, don't busy-wait, for ICE_CTL_Q_SQ_CMD_TIMEOUTMichal Schmidt2023-04-201-4/+5
* ice: remove ice_ctl_q_info::sq_cmd_timeoutMichal Schmidt2023-04-201-4/+1
* ice: Cleanup after ice_status removalTony Nguyen2021-12-141-11/+7
* ice: Remove enum ice_statusTony Nguyen2021-12-141-31/+31
* ice: Use int for ice_statusTony Nguyen2021-12-141-27/+27
* ice: add support for sideband messagesJacob Keller2021-06-111-0/+62
* ice: remove unused struct memberJesse Brandeburg2021-04-141-3/+3
* ice: Re-send some AQ commands, as result of EBUSY AQ errorChinh T Cao2021-04-071-1/+1
* ice: remove unnecessary castsBruce Allan2021-02-081-2/+2
* ice: join format strings to same line as ice_debugJacob Keller2020-12-091-28/+14
* ice: reduce scope of variableBruce Allan2020-07-291-2/+4
* ice: fix function signature style formatBruce Allan2020-05-311-2/+1
* ice: Handle critical FW error during admin queue initializationEvan Swanson2020-05-271-54/+72
* ice: Fix for memory leaks and modify ICE_FREE_CQ_BUFSSurabhi Boob2020-05-271-21/+28
* ice: Fix casting issuesKarol Kolacinski2020-05-211-1/+1
* ice: print opcode when printing controlq errorsJacob Keller2019-11-081-2/+4
* ice: use more accurate ICE_DBG mask typesJacob Keller2019-11-081-6/+51
* ice: delay lessMitch Williams2019-11-081-1/+1
* ice: separate out control queue lock creationJacob Keller2019-07-311-26/+86
* ice: Trivial cosmetic changesAnirudh Venkataramanan2019-05-301-1/+1
* ice: Fix incorrect use of abbreviationsAnirudh Venkataramanan2019-04-181-5/+5
* ice: Use Tx|Rx in commentsAnirudh Venkataramanan2018-11-201-1/+0
* ice: Cosmetic formatting changesAnirudh Venkataramanan2018-11-201-2/+2
* ice: Cleanup duplicate control queue codeBruce Allan2018-11-201-142/+76
* ice: Add support to detect SR-IOV capability and mailbox queuesAnirudh Venkataramanan2018-10-031-1/+45
* ice: update fw version check logicJacob Keller2018-09-271-11/+19
* ice: replace unnecessary memcpy with direct assignmentBruce Allan2018-09-271-1/+1
* ice: use [sr]q.count when checking if queue is initializedJacob Keller2018-09-271-4/+4
* ice: Prevent control queue operations during resetAnirudh Venkataramanan2018-08-281-0/+3
* ice: Fix bugs in control queue processingAnirudh Venkataramanan2018-08-231-1/+4
* ice: Clean control queues only when they are initializedPreethi Banala2018-08-231-8/+16
* ice: Set rq_last_status when cleaning rqJeff Shaw2018-05-111-1/+1
* ice: Initialize PF and setup miscellaneous interruptAnirudh Venkataramanan2018-03-261-0/+101
* ice: Add support for control queuesAnirudh Venkataramanan2018-03-261-0/+965