Searched refs:cqe_rx (Results 1 – 1 of 1) sorted by relevance
422 struct cqe_rx_t *cqe_rx; in nicvf_recv_pkts() local441 cqe_rx = (struct cqe_rx_t *)&desc[cqe_head]; in nicvf_recv_pkts()445 NICVF_LOAD_PAIR(cqe_rx_w0.u64, cqe_rx_w1.u64, cqe_rx); in nicvf_recv_pkts()447 rb0_ptr = *((uint64_t *)cqe_rx + rbptr_offset); in nicvf_recv_pkts()520 nicvf_process_cq_mseg_entry(struct cqe_rx_t *cqe_rx, in nicvf_process_cq_mseg_entry() argument532 NICVF_LOAD_PAIR(cqe_rx_w0.u64, cqe_rx_w1.u64, cqe_rx); in nicvf_process_cq_mseg_entry()534 cqe_rx_w2 = cqe_rx->word2; in nicvf_process_cq_mseg_entry()535 rb_sz = &cqe_rx->word3.rb0_sz; in nicvf_process_cq_mseg_entry()536 rb_ptr = (uint64_t *)cqe_rx + rbptr_offset; in nicvf_process_cq_mseg_entry()580 struct cqe_rx_t *cqe_rx; in nicvf_recv_pkts_multiseg() local[all …]