Searched refs:op_code (Results 1 – 7 of 7) sorted by relevance
196 const uint8_t op_code = MLX5_CQE_OPCODE(op_own); in check_cqe() local198 if (unlikely((op_owner != (!!(idx))) || (op_code == MLX5_CQE_INVALID))) in check_cqe()201 if (unlikely(op_code == MLX5_CQE_RESP_ERR || in check_cqe()202 op_code == MLX5_CQE_REQ_ERR)) in check_cqe()
101 uint32_t op_code : 2; /**< MDIO Op Code member193 mdio.s.op_code = 1; in __cvmx_spi4000_mdio_write()224 mdio.s.op_code = 2; in __cvmx_spi4000_mdio_read()
382 uint64_t op_code : 4; member
896 CVMX_NAND_LOG_PARAM("%s", cvmx_nand_opcode_labels[cmd.s.op_code]); in cvmx_nand_submit()897 switch (cmd.s.op_code) in cvmx_nand_submit()
51 uint64_t op_code : 8; member143 uint64_t op_code : 8;
98 uint32_t op_code; member
3618 enum drv_info_opcode op_code; in bnx2x_handle_drv_info_req() local3627 op_code = ((drv_info_ctl & DRV_INFO_CONTROL_OP_CODE_MASK) >> in bnx2x_handle_drv_info_req()3632 switch (op_code) { in bnx2x_handle_drv_info_req()