Searched refs:rqindex (Results 1 – 3 of 3) sorted by relevance
/linux-6.1.9/drivers/scsi/elx/efct/ |
D | efct_hw_queues.c | 490 efct_hw_rqpair_get(struct efct_hw *hw, u16 rqindex, u16 bufindex) in efct_hw_rqpair_get() argument 492 struct sli4_queue *rq_hdr = &hw->rq[rqindex]; in efct_hw_rqpair_get() 494 struct hw_rq *rq = hw->hw_rq[hw->hw_rq_lookup[rqindex]]; in efct_hw_rqpair_get() 500 rqindex, bufindex, rq_hdr->length, rq_hdr->id); in efct_hw_rqpair_get() 513 rqindex, bufindex, rq_hdr->index); in efct_hw_rqpair_get() 526 int rqindex; in efct_hw_rqpair_process_rq() local 540 rqindex = efct_hw_rqpair_find(hw, rq_id); in efct_hw_rqpair_process_rq() 541 if (rqindex < 0) { in efct_hw_rqpair_process_rq() 549 seq = efct_hw_rqpair_get(hw, rqindex, index); in efct_hw_rqpair_process_rq() 574 rqindex = efct_hw_rqpair_find(hw, rq_id); in efct_hw_rqpair_process_rq() [all …]
|
D | efct_hw.c | 1173 efct_hw_rx_buffer_alloc(struct efct_hw *hw, u32 rqindex, u32 count, in efct_hw_rx_buffer_alloc() argument 1190 prq->rqindex = rqindex; in efct_hw_rx_buffer_alloc() 1232 u32 rqindex = 0; in efct_hw_rx_allocate() local 1236 rqindex = 0; in efct_hw_rx_allocate() 1242 rq->hdr_buf = efct_hw_rx_buffer_alloc(hw, rqindex, in efct_hw_rx_allocate() 1255 rqindex++; in efct_hw_rx_allocate() 1258 rq->payload_buf = efct_hw_rx_buffer_alloc(hw, rqindex, in efct_hw_rx_allocate() 1269 rqindex++; in efct_hw_rx_allocate()
|
/linux-6.1.9/drivers/scsi/elx/libefc/ |
D | efclib.h | 420 u16 rqindex; member
|