Home
last modified time | relevance | path

Searched refs:grp_info (Results 1 – 11 of 11) sorted by relevance

/linux/drivers/net/ethernet/broadcom/bnge/
H A Dbnge_hwrm_lib.c1278 bn->grp_info[i].fw_stats_ctx = nqr->hw_stats_ctx_id; in bnge_hwrm_stat_ctx_alloc()
1316 struct bnge_ring_grp_info *grp_info; in hwrm_ring_alloc_send_msg() local
1348 grp_info = &bn->grp_info[ring->grp_idx]; in hwrm_ring_alloc_send_msg()
1351 req->stat_ctx_id = cpu_to_le32(grp_info->fw_stats_ctx); in hwrm_ring_alloc_send_msg()
1361 grp_info = &bn->grp_info[ring->grp_idx]; in hwrm_ring_alloc_send_msg()
1363 req->stat_ctx_id = cpu_to_le32(grp_info->fw_stats_ctx); in hwrm_ring_alloc_send_msg()
1373 grp_info = &bn->grp_info[ring->grp_idx]; in hwrm_ring_alloc_send_msg()
1374 req->rx_ring_id = cpu_to_le16(grp_info->rx_fw_ring_id); in hwrm_ring_alloc_send_msg()
1376 req->stat_ctx_id = cpu_to_le32(grp_info->fw_stats_ctx); in hwrm_ring_alloc_send_msg()
1386 grp_info = &bn->grp_info[map_index]; in hwrm_ring_alloc_send_msg()
[all …]
H A Dbnge_netdev.c1175 kfree(bn->grp_info); in bnge_free_ring_grps()
1176 bn->grp_info = NULL; in bnge_free_ring_grps()
1184 bn->grp_info = kzalloc_objs(struct bnge_ring_grp_info, bd->nq_nr_rings); in bnge_init_ring_grps()
1185 if (!bn->grp_info) in bnge_init_ring_grps()
1188 bn->grp_info[i].fw_stats_ctx = INVALID_HW_RING_ID; in bnge_init_ring_grps()
1189 bn->grp_info[i].fw_grp_id = INVALID_HW_RING_ID; in bnge_init_ring_grps()
1190 bn->grp_info[i].rx_fw_ring_id = INVALID_HW_RING_ID; in bnge_init_ring_grps()
1191 bn->grp_info[i].agg_fw_ring_id = INVALID_HW_RING_ID; in bnge_init_ring_grps()
1192 bn->grp_info[i].nq_fw_ring_id = INVALID_HW_RING_ID; in bnge_init_ring_grps()
1871 bn->grp_info[grp_idx].agg_fw_ring_id = (u16)ring->fw_ring_id; in bnge_hwrm_rx_agg_ring_alloc()
[all …]
H A Dbnge_netdev.h327 struct bnge_ring_grp_info *grp_info; member
/linux/drivers/net/wireless/nxp/nxpwifi/
H A Dsta_event.c674 struct nxpwifi_ie_types_mc_group_info *grp_info; in nxpwifi_process_multi_chan_event() local
713 grp_info = (struct nxpwifi_ie_types_mc_group_info *)tlv; in nxpwifi_process_multi_chan_event()
714 intf_num = grp_info->intf_num; in nxpwifi_process_multi_chan_event()
716 bss_type = grp_info->bss_type_numlist[i] >> 4; in nxpwifi_process_multi_chan_event()
717 bss_num = grp_info->bss_type_numlist[i] & BSS_NUM_MASK; in nxpwifi_process_multi_chan_event()
/linux/drivers/net/wireless/marvell/mwifiex/
H A Dsta_event.c412 struct mwifiex_ie_types_mc_group_info *grp_info; in mwifiex_process_multi_chan_event() local
451 grp_info = (struct mwifiex_ie_types_mc_group_info *)tlv; in mwifiex_process_multi_chan_event()
452 intf_num = grp_info->intf_num; in mwifiex_process_multi_chan_event()
454 bss_type = grp_info->bss_type_numlist[i] >> 4; in mwifiex_process_multi_chan_event()
455 bss_num = grp_info->bss_type_numlist[i] & BSS_NUM_MASK; in mwifiex_process_multi_chan_event()
467 ep = grp_info->hid_num.usb_ep_num; in mwifiex_process_multi_chan_event()
/linux/fs/ext4/
H A Dballoc.c329 struct ext4_group_info **grp_info; in ext4_get_group_info() local
338 grp_info = sbi_array_rcu_deref(EXT4_SB(sb), s_group_info, indexv); in ext4_get_group_info()
339 if (unlikely(!grp_info)) in ext4_get_group_info()
341 return grp_info[indexh]; in ext4_get_group_info()
/linux/drivers/scsi/esas2r/
H A Desas2r_disc.c599 grpinfo = &rq->vda_rsp_data->mgt_data.data.grp_info; in esas2r_disc_raid_grp_info()
643 grpinfo = &rq->vda_rsp_data->mgt_data.data.grp_info; in esas2r_disc_raid_grp_info_cb()
H A Datioctl.h1125 struct atto_vda_grp_info grp_info; member
H A Datvda.h1301 struct atto_vda_grp_info grp_info; member
/linux/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt.h2416 struct bnxt_ring_grp_info *grp_info; member
H A Dbnxt_ethtool.c4983 u16 cmpl_ring = bp->grp_info[i].cp_fw_ring_id; in bnxt_test_irq()