Searched refs:op_code (Results 1 – 4 of 4) sorted by relevance
201 const uint8_t op_code = MLX5_CQE_OPCODE(op_own); in check_cqe() local203 if (unlikely((op_owner != (!!(idx))) || (op_code == MLX5_CQE_INVALID))) in check_cqe()206 if (unlikely(op_code == MLX5_CQE_RESP_ERR || in check_cqe()207 op_code == MLX5_CQE_REQ_ERR)) in check_cqe()
51 uint64_t op_code : 8; member143 uint64_t op_code : 8;
96 uint32_t op_code; member
3622 enum drv_info_opcode op_code; in bnx2x_handle_drv_info_req() local3631 op_code = ((drv_info_ctl & DRV_INFO_CONTROL_OP_CODE_MASK) >> in bnx2x_handle_drv_info_req()3636 switch (op_code) { in bnx2x_handle_drv_info_req()