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

/freebsd-13-stable/sys/dev/ocs_fc/
H A Docs_hw_queues.c1679 static ocs_hw_sequence_t * ocs_hw_rqpair_get(ocs_hw_t *hw, uint16_t rqindex, uint16_t bufindex);
1703 int32_t rqindex; local
1715 rqindex = ocs_hw_rqpair_find(hw, rq_id);
1716 if (rqindex < 0) {
1723 seq = ocs_hw_rqpair_get(hw, rqindex, index);
1743 rqindex = ocs_hw_rqpair_find(hw, rq_id);
1744 if (rqindex < 0) {
1749 OCS_STAT({ hw_rq_t *rq = hw->hw_rq[hw->hw_rq_lookup[rqindex]]; rq->use_count++; rq->hdr_use_count++;
1752 seq = ocs_hw_rqpair_get(hw, rqindex, index);
1805 int32_t rqindex; local
2049 ocs_hw_rqpair_get(ocs_hw_t *hw, uint16_t rqindex, uint16_t bufindex) argument
[all...]
H A Docs_hw.c11550 * @param rqindex RQ index for this buffer.
11557 ocs_hw_rx_buffer_alloc(ocs_hw_t *hw, uint32_t rqindex, uint32_t count, uint32_t size) argument
11572 prq->rqindex = rqindex;
11624 uint32_t rqindex = 0; local
11629 rqindex = 0;
11635 rq->hdr_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, hdr_size);
11645 rqindex++;
11648 rq->payload_buf = ocs_hw_rx_buffer_alloc(hw, rqindex, rq->entry_count, payload_size);
11656 rqindex
[all...]
H A Docs_hw.h301 uint16_t rqindex; member in struct:__anon13776
769 * Note: The rqindex will be set the following "fake" indexes. This will be used

Completed in 237 milliseconds