Home
last modified time | relevance | path

Searched refs:rqindex (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/dev/ocs_fc/
H A Docs_hw_queues.c1677 static ocs_hw_sequence_t * ocs_hw_rqpair_get(ocs_hw_t *hw, uint16_t rqindex, uint16_t bufindex);
1701 int32_t rqindex; in ocs_hw_rqpair_process_rq() local
1713 rqindex = ocs_hw_rqpair_find(hw, rq_id); in ocs_hw_rqpair_process_rq()
1714 if (rqindex < 0) { in ocs_hw_rqpair_process_rq()
1721 seq = ocs_hw_rqpair_get(hw, rqindex, index); in ocs_hw_rqpair_process_rq()
1741 rqindex = ocs_hw_rqpair_find(hw, rq_id); in ocs_hw_rqpair_process_rq()
1742 if (rqindex < 0) { in ocs_hw_rqpair_process_rq()
1747 …OCS_STAT({ hw_rq_t *rq = hw->hw_rq[hw->hw_rq_lookup[rqindex]]; rq->use_count++; rq->hdr_use_count+… in ocs_hw_rqpair_process_rq()
1750 seq = ocs_hw_rqpair_get(hw, rqindex, index); in ocs_hw_rqpair_process_rq()
1803 int32_t rqindex; in ocs_hw_rqpair_process_auto_xfr_rdy_cmd() local
[all …]
H A Docs_hw.c11582 ocs_hw_rx_buffer_alloc(ocs_hw_t *hw, uint32_t rqindex, uint32_t count, uint32_t size) in ocs_hw_rx_buffer_alloc() argument
11597 prq->rqindex = rqindex; in ocs_hw_rx_buffer_alloc()
11649 uint32_t rqindex = 0; in ocs_hw_rx_allocate() local
11654 rqindex = 0; in ocs_hw_rx_allocate()
11660 rq->hdr_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, hdr_size); in ocs_hw_rx_allocate()
11670 rqindex++; in ocs_hw_rx_allocate()
11673 rq->payload_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, payload_size); in ocs_hw_rx_allocate()
11681 rqindex++; in ocs_hw_rx_allocate()
H A Docs_hw.h299 uint16_t rqindex; member