Home
last modified time | relevance | path

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

/drivers/scsi/csiostor/
Dcsio_mb.c1581 fw_hdr->lo = htonl(FW_CMD_RETVAL_V(FW_ETIMEDOUT)); in csio_mb_tmo_handler()
1633 hdr->lo = htonl(FW_CMD_RETVAL_V(FW_HOSTERROR)); in csio_mb_cancel_all()
/drivers/net/ethernet/chelsio/cxgb4/
Dt4fw_api.h726 #define FW_CMD_RETVAL_V(x) ((x) << FW_CMD_RETVAL_S) macro
Dt4_hw.c323 res = FW_CMD_RETVAL_V(EIO); in t4_wr_mbox_meat_timeout()