Home
last modified time | relevance | path

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

/freebsd-14.2/sys/dev/bnxt/bnxt_en/
H A Dbnxt_dcb.c57 uint32_t path_dir) in bnxt_hwrm_queue_pri2cos_cfg() argument
66 req.flags = htole32(path_dir | HWRM_QUEUE_PRI2COS_CFG_INPUT_FLAGS_IVLAN); in bnxt_hwrm_queue_pri2cos_cfg()
67 if (path_dir == HWRM_QUEUE_PRI2COS_CFG_INPUT_FLAGS_PATH_BIDIR || in bnxt_hwrm_queue_pri2cos_cfg()
68 path_dir == HWRM_QUEUE_PRI2COS_CFG_INPUT_FLAGS_PATH_TX) in bnxt_hwrm_queue_pri2cos_cfg()
H A Dbnxt_hwrm.h51 int bnxt_hwrm_queue_qportcfg(struct bnxt_softc *softc, uint32_t path_dir);
H A Dbnxt_hwrm.c271 bnxt_hwrm_queue_qportcfg(struct bnxt_softc *softc, uint32_t path_dir) in bnxt_hwrm_queue_qportcfg() argument
313 if (path_dir == HWRM_QUEUE_QPORTCFG_INPUT_FLAGS_PATH_TX) { in bnxt_hwrm_queue_qportcfg()
1846 static int bnxt_hwrm_pri2cos_idx(struct bnxt_softc *softc, uint32_t path_dir) in bnxt_hwrm_pri2cos_idx() argument
1858 path_dir); in bnxt_hwrm_pri2cos_idx()
1864 if (path_dir == HWRM_QUEUE_PRI2COS_QCFG_INPUT_FLAGS_PATH_TX) { in bnxt_hwrm_pri2cos_idx()