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

/u-boot/drivers/net/octeontx2/
H A Dnix.c466 union nixx_lf_cq_op_status op_status; local
469 op_status.u = atomic_fetch_and_add64_nosync(reg, cq_id << 32);
470 return op_status.u;
509 union nixx_lf_cq_op_status op_status; local
515 op_status.u = nix_cq_op_status(nix, NIX_CQ_TX);
516 head = op_status.s.head;
517 tail = op_status.s.tail;
525 op_status.u = nix_cq_op_status(nix, NIX_CQ_TX);
526 head = op_status.s.head;
527 tail = op_status
594 union nixx_lf_cq_op_status op_status; local
656 union nixx_lf_cq_op_status op_status; local
[all...]

Completed in 89 milliseconds