Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4fw_api.h45 FW_ENOMEM = 12, /* out of memory */ enumerator
H A Dt4_hw.c8017 if (ret && ret != -FW_ENOMEM) in t4_alloc_mac_filt()
8039 if (ret == 0 || ret == -FW_ENOMEM) in t4_alloc_mac_filt()
/openbmc/linux/drivers/infiniband/hw/cxgb4/
H A Dcm.c3761 case FW_ENOMEM: in active_ofld_conn_reply()