Home
last modified time | relevance | path

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

/openbmc/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_hwrm.c213 if ((bp->fw_cap & BNXT_FW_CAP_SHORT_CMD) || len > BNXT_HWRM_MAX_REQ_LEN) { in hwrm_req_replace()
511 if ((bp->fw_cap & BNXT_FW_CAP_SHORT_CMD) || in __hwrm_send()
H A Dbnxt.h1994 #define BNXT_FW_CAP_SHORT_CMD BIT_ULL(0) macro
H A Dbnxt.c8252 bp->fw_cap |= BNXT_FW_CAP_SHORT_CMD; in bnxt_hwrm_ver_get()