Home
last modified time | relevance | path

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

/openbmc/linux/drivers/scsi/csiostor/
H A Dcsio_mb.c1598 fw_hdr->lo = htonl(FW_CMD_RETVAL_V(FW_ETIMEDOUT)); in csio_mb_tmo_handler()
1650 hdr->lo = htonl(FW_CMD_RETVAL_V(FW_HOSTERROR)); in csio_mb_cancel_all()
/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h900 #define FW_CMD_RETVAL_V(x) ((x) << FW_CMD_RETVAL_S) macro
H A Dt4_hw.c413 res = FW_CMD_RETVAL_V(EIO); in t4_wr_mbox_meat_timeout()