Home
last modified time | relevance | path

Searched refs:FW_WR_OP_G (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/scsi/csiostor/
Dcsio_lnode.c1524 if (FW_WR_OP_G(be32_to_cpu(wr->hi)) in csio_fcoe_fwevt_handler()
1592 FW_WR_OP_G(be32_to_cpu((wr->hi)))); in csio_fcoe_fwevt_handler()
1597 if (FW_WR_OP_G(be32_to_cpu(wr->hi)) == FW_FCOE_ELS_CT_WR) { in csio_fcoe_fwevt_handler()
1602 FW_WR_OP_G(be32_to_cpu((wr->hi)))); in csio_fcoe_fwevt_handler()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h123 #define FW_WR_OP_G(x) (((x) >> FW_WR_OP_S) & FW_WR_OP_M) macro
Dsge.c2092 unsigned long opcode = FW_WR_OP_G(ntohl(req->wr_hi)); in is_ofld_imm()