Searched refs:tbl (Results 276 - 300 of 317) sorted by relevance

<<111213

/linux-master/net/ipv4/
H A Dipmr.c2735 struct mr_table *tbl; local
2739 tbl = NULL;
2740 ret = rtm_to_ipmr_mfcc(net, nlh, &mfcc, &mrtsock, &tbl, extack);
2746 return ipmr_mfc_add(net, tbl, &mfcc, mrtsock, parent);
2748 return ipmr_mfc_delete(tbl, &mfcc, parent);
/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_cmn.c4730 struct msix_entry *tbl; local
4786 tbl = kcalloc(msix_table_size, sizeof(*tbl), GFP_KERNEL);
4787 if (!tbl)
4789 bp->msix_table = tbl;
H A Dbnx2x_main.c14836 struct bdn_fc_npiv_tbl *tbl = NULL; local
14846 tbl = kmalloc(sizeof(*tbl), GFP_KERNEL);
14847 if (!tbl) {
14860 if (bnx2x_nvram_read(bp, offset, (u8 *)tbl, sizeof(*tbl))) {
14868 entries = tbl->fc_npiv_cfg.num_of_npiv;
14870 tbl->fc_npiv_cfg.num_of_npiv = entries;
14872 if (!tbl->fc_npiv_cfg.num_of_npiv) {
14876 } else if (tbl
[all...]
/linux-master/net/atm/
H A Dlec.c825 static void *lec_tbl_walk(struct lec_state *state, struct hlist_head *tbl, argument
831 e = tbl->first;
833 e = tbl->first;
H A Dclip.c294 if (neigh->tbl->family != AF_INET)
/linux-master/fs/nfs/flexfilelayout/
H A Dflexfilelayout.c1084 struct nfs4_slot_table *tbl = &clp->cl_session->fc_slot_table; local
1122 rpc_wake_up(&tbl->slot_tbl_waitq);
1138 rpc_wake_up(&tbl->slot_tbl_waitq);
/linux-master/drivers/media/platform/renesas/
H A Drcar_jpu.c488 static void jpu_set_tbl(struct jpu *jpu, u32 reg, const unsigned int *tbl, argument
493 jpu_write(jpu, tbl[i], reg + (i << 2));
/linux-master/drivers/gpu/drm/i915/gt/
H A Dselftest_lrc.c302 } tbl[] = { local
382 for (t = tbl; t->name; t++) {
/linux-master/drivers/infiniband/hw/bnxt_re/
H A Dmain.c1423 if (!memcmp(&sgid_tbl->tbl[index], &bnxt_qplib_gid_zero,
1432 memcpy(&gid, &sgid_tbl->tbl[index], sizeof(gid));
/linux-master/net/bridge/
H A Dbr_fdb.c212 static struct net_bridge_fdb_entry *fdb_find_rcu(struct rhashtable *tbl, argument
223 return rhashtable_lookup(tbl, &key, br_fdb_rht_params);
H A Dbr_vlan.c32 static struct net_bridge_vlan *br_vlan_lookup(struct rhashtable *tbl, u16 vid) argument
34 return rhashtable_lookup_fast(tbl, &vid, br_vlan_rht_params);
/linux-master/drivers/iio/adc/
H A Dad4130.c1364 static int _ad4130_find_table_index(const unsigned int *tbl, size_t len, argument
1370 if (tbl[i] == val)
/linux-master/drivers/net/wireless/st/cw1200/
H A Dwsm.h1544 struct wsm_tx_rate_retry_policy tbl[8]; member in struct:wsm_set_tx_rate_retry_policy
/linux-master/net/openvswitch/
H A Dflow_netlink.c1773 const struct ovs_len_tbl *tbl)
1780 if (tbl[nla_type(nla)].len == OVS_ATTR_NESTED)
1781 nlattr_set(nla, val, tbl[nla_type(nla)].next ? : tbl);
1772 nlattr_set(struct nlattr *attr, u8 val, const struct ovs_len_tbl *tbl) argument
/linux-master/sound/pci/hda/
H A Dpatch_hdmi.c2616 struct hda_jack_tbl *tbl; local
2618 tbl = snd_hda_jack_tbl_get_mst(codec, nid, dev_id);
2619 if (tbl) {
2623 unsigned int val = use_acomp ? 0 : (AC_USRSP_EN | tbl->tag);
H A Dpatch_cirrus.c1024 struct hda_jack_callback *tbl)
1023 cs4210_spdif_automute(struct hda_codec *codec, struct hda_jack_callback *tbl) argument
/linux-master/drivers/net/wireless/realtek/rtw89/
H A Dcore.h3835 const struct rtw89_txpwr_table *tbl);
3904 struct rtw89_txpwr_table tbl; member in struct:rtw89_txpwr_byrate_data
6222 const struct rtw89_txpwr_table *tbl)
6224 tbl->load(rtwdev, tbl);
6221 rtw89_load_txpwr_table(struct rtw89_dev *rtwdev, const struct rtw89_txpwr_table *tbl) argument
H A Dcoex.c2338 struct rtw89_btc_btf_set_slot_table *tbl; local
2357 n = struct_size(tbl, tbls, CXST_MAX);
2358 tbl = kmalloc(n, GFP_KERNEL);
2359 if (!tbl)
2362 tbl->fver = BTF_SET_SLOT_TABLE_VER;
2363 tbl->tbl_num = CXST_MAX;
2364 memcpy(tbl->tbls, dm->slot.v1, flex_array_size(tbl, tbls, CXST_MAX));
2366 _send_fw_cmd(rtwdev, BTFC_SET, SET_SLOT_TABLE, tbl, n);
2368 kfree(tbl);
8580 u32 tbl; local
[all...]
/linux-master/drivers/infiniband/hw/hns/
H A Dhns_roce_hw_v2.c2489 struct hns_roce_link_table *tbl)
2491 if (tbl->buf) {
2492 u32 size = tbl->buf->npages * sizeof(u64);
2494 dma_free_coherent(hr_dev->dev, size, tbl->table.buf,
2495 tbl->table.map);
2498 hns_roce_buf_free(hr_dev, tbl->buf);
2488 free_link_table_buf(struct hns_roce_dev *hr_dev, struct hns_roce_link_table *tbl) argument
/linux-master/drivers/net/ethernet/qlogic/qed/
H A Dqed_main.c608 struct msix_entry *tbl; local
615 int_params->msix_table = kcalloc(cnt, sizeof(*tbl), GFP_KERNEL);
/linux-master/fs/bcachefs/
H A Dbtree_io.c2328 struct bucket_table *tbl; local
2335 for_each_cached_btree(b, c, tbl, i, pos)
/linux-master/drivers/scsi/be2iscsi/
H A Dbe_main.c280 struct invldt_cmd_tbl tbl[BE_INVLDT_CMD_TBL_SZ]; member in struct:beiscsi_invldt_cmd_tbl
352 inv_tbl->tbl[nents].cid = beiscsi_conn->beiscsi_conn_cid;
353 inv_tbl->tbl[nents].icd = io_task->psgl_handle->sgl_index;
371 if (beiscsi_mgmt_invalidate_icds(phba, &inv_tbl->tbl[0], nents)) {
/linux-master/drivers/phy/cadence/
H A Dphy-cadence-torrent.c456 static struct cdns_torrent_vals *cdns_torrent_get_tbl_vals(const struct cdns_torrent_vals_table *tbl, argument
466 for (i = 0; i < tbl->num_entries; i++) {
467 if (tbl->entries[i].key == key)
468 return tbl->entries[i].vals;
/linux-master/drivers/net/ethernet/broadcom/bnxt/
H A Dbnxt_ethtool.c1017 static u32 bnxt_get_all_fltr_ids_rcu(struct bnxt *bp, struct hlist_head tbl[], argument
1029 head = &tbl[i];
1043 struct hlist_head tbl[],
1052 head = &tbl[i];
1042 bnxt_get_one_fltr_rcu(struct bnxt *bp, struct hlist_head tbl[], int tbl_size, u32 id) argument
/linux-master/arch/arm64/mm/
H A Dmmu.c776 int level, pte_t *tbl, bool may_use_cont, u64 va_offset);

Completed in 770 milliseconds

<<111213