Searched defs:hwr (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/net/ethernet/broadcom/bnge/ |
H A D | bnge_resc.c | 177 struct bnge_hw_rings *hwr) in bnge_rss_ctxs_in_use() 212 struct bnge_hw_rings *hwr) in bnge_copy_reserved_rings() 226 static bool bnge_rings_ok(struct bnge_hw_rings *hwr) in bnge_rings_ok() 260 struct bnge_hw_rings hwr = {0}; in bnge_reserve_rings() local
|
H A D | bnge_hwrm_lib.c | 438 __bnge_hwrm_reserve_pf_rings(struct bnge_dev *bd, struct bnge_hw_rings *hwr) in __bnge_hwrm_reserve_pf_rings() 469 bnge_hwrm_reserve_pf_rings(struct bnge_dev *bd, struct bnge_hw_rings *hwr) in bnge_hwrm_reserve_pf_rings() 490 int bnge_hwrm_reserve_rings(struct bnge_dev *bd, struct bnge_hw_rings *hwr) in bnge_hwrm_reserve_rings()
|
/linux/drivers/net/ethernet/broadcom/bnxt/ |
H A D | bnxt.c | 7675 __bnxt_hwrm_reserve_pf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) in __bnxt_hwrm_reserve_pf_rings() 7719 __bnxt_hwrm_reserve_vf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) in __bnxt_hwrm_reserve_vf_rings() 7761 bnxt_hwrm_reserve_pf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) in bnxt_hwrm_reserve_pf_rings() 7786 bnxt_hwrm_reserve_vf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) in bnxt_hwrm_reserve_vf_rings() 7807 static int bnxt_hwrm_reserve_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) in bnxt_hwrm_reserve_rings() 7836 static int bnxt_get_total_rss_ctxs(struct bnxt *bp, struct bnxt_hw_rings *hwr) in bnxt_get_total_rss_ctxs() 7919 static void bnxt_copy_reserved_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) in bnxt_copy_reserved_rings() 7936 static bool bnxt_rings_ok(struct bnxt *bp, struct bnxt_hw_rings *hwr) in bnxt_rings_ok() 7946 struct bnxt_hw_rings hwr = {0}; in __bnxt_reserve_rings() local 8057 static int bnxt_hwrm_check_vf_rings(struct bnxt *bp, struct bnxt_hw_rings *hwr) in bnxt_hwrm_check_vf_rings() [all …]
|