Searched refs:comp_state (Results 1 – 3 of 3) sorted by relevance
14 enum comp_state { enum143 static inline enum comp_state get_wqe(struct rxe_qp *qp, in get_wqe()178 static inline enum comp_state check_psn(struct rxe_qp *qp, in check_psn()221 static inline enum comp_state check_ack(struct rxe_qp *qp, in check_ack()360 static inline enum comp_state do_read(struct rxe_qp *qp, in do_read()380 static inline enum comp_state do_atomic(struct rxe_qp *qp, in do_atomic()476 static inline enum comp_state complete_ack(struct rxe_qp *qp, in complete_ack()520 static inline enum comp_state complete_wqe(struct rxe_qp *qp, in complete_wqe()581 enum comp_state state; in rxe_completer()
270 u8 comp_state; member
600 rbi->comp_state = VMXNET3_RXD_COMP_PENDING; in vmxnet3_rq_alloc_rx_buf()661 rbi->comp_state = VMXNET3_RXD_COMP_DONE; in vmxnet3_rq_alloc_rx_buf()1704 rbi->comp_state = VMXNET3_RXD_COMP_DONE; in vmxnet3_rq_rx_complete()1727 if (rbi->comp_state == VMXNET3_RXD_COMP_DONE) { in vmxnet3_rq_rx_complete()1736 rbi->comp_state = VMXNET3_RXD_COMP_PENDING; in vmxnet3_rq_rx_complete()
Completed in 11 milliseconds