Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_lnode.c1509 if (FW_WR_OP_G(be32_to_cpu(wr->hi)) in csio_fcoe_fwevt_handler()
1577 FW_WR_OP_G(be32_to_cpu((wr->hi)))); in csio_fcoe_fwevt_handler()
1582 if (FW_WR_OP_G(be32_to_cpu(wr->hi)) == FW_FCOE_ELS_CT_WR) { in csio_fcoe_fwevt_handler()
1587 FW_WR_OP_G(be32_to_cpu((wr->hi)))); in csio_fcoe_fwevt_handler()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h119 #define FW_WR_OP_G(x) (((x) >> FW_WR_OP_S) & FW_WR_OP_M) macro