Searched refs:rq_idx (Results 1 - 4 of 4) sorted by relevance

/u-boot/drivers/net/octeontx/
H A Dnicvf_queues.c843 rq = &qs->rq[cqe_rx->rq_idx];
935 void nicvf_update_rq_stats(struct nicvf *nic, int rq_idx) argument
941 (rq_idx << NIC_Q_NUM_SHIFT) | ((reg) << 3))
943 rq = &nic->qs->rq[rq_idx];
H A Dq_struct.h174 u64 rq_idx:3; member in struct:cqe_rx_t
231 u64 rq_idx:3;
H A Dnicvf_queues.h347 void nicvf_update_rq_stats(struct nicvf *nic, int rq_idx);
H A Dnic_main.c541 u8 qset, rq_idx = 0; local
571 (qset << 3) | rq_idx);
572 rq_idx++;

Completed in 152 milliseconds