Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/ethernet/broadcom/bnxt/
Dbnxt.h669 u16 *fw_grp_ids; member
Dbnxt.c2237 kfree(vnic->fw_grp_ids); in bnxt_free_vnic_attributes()
2238 vnic->fw_grp_ids = NULL; in bnxt_free_vnic_attributes()
2301 vnic->fw_grp_ids = kcalloc(max_rings, sizeof(u16), GFP_KERNEL); in bnxt_alloc_vnic_attributes()
2302 if (!vnic->fw_grp_ids) { in bnxt_alloc_vnic_attributes()
2984 vnic->rss_table[i] = cpu_to_le16(vnic->fw_grp_ids[j]); in bnxt_hwrm_vnic_set_rss()
3130 bp->vnic_info[vnic_id].fw_grp_ids[j] = in bnxt_hwrm_vnic_alloc()