Home
last modified time | relevance | path

Searched refs:fw_grp_ids (Results 1 – 2 of 2) sorted by relevance

/linux-6.1.9/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h1053 u16 *fw_grp_ids; member
Dbnxt.c4055 kfree(vnic->fw_grp_ids); in bnxt_free_vnic_attributes()
4056 vnic->fw_grp_ids = NULL; in bnxt_free_vnic_attributes()
4122 vnic->fw_grp_ids = kcalloc(max_rings, sizeof(u16), GFP_KERNEL); in bnxt_alloc_vnic_attributes()
4123 if (!vnic->fw_grp_ids) { in bnxt_alloc_vnic_attributes()
5263 vnic->rss_table[i] = cpu_to_le16(vnic->fw_grp_ids[j]); in __bnxt_fill_hw_rss_tbl()
5568 vnic->fw_grp_ids[j] = bp->grp_info[grp_idx].fw_grp_id; in bnxt_hwrm_vnic_alloc()