Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/ethernet/netronome/nfp/flower/
Dconntrack.c786 struct nfp_fl_ct_zone_entry *zt = m_entry->zt; in nfp_fl_ct_add_offload() local
788 struct nfp_flower_priv *priv = zt->priv; in nfp_fl_ct_add_offload()
1139 static int nfp_ct_do_nft_merge(struct nfp_fl_ct_zone_entry *zt, in nfp_ct_do_nft_merge() argument
1175 nft_m_entry = get_hashentry(&zt->nft_merge_tb, in nfp_ct_do_nft_merge()
1188 nft_m_entry->zt = zt; in nfp_ct_do_nft_merge()
1206 err = rhashtable_insert_fast(&zt->nft_merge_tb, &nft_m_entry->hash_node, in nfp_ct_do_nft_merge()
1211 zt->nft_merge_count++; in nfp_ct_do_nft_merge()
1216 nfp_fl_ct_del_offload(zt->priv->app, nft_m_entry->tc_flower_cookie, in nfp_ct_do_nft_merge()
1225 static int nfp_ct_do_tc_merge(struct nfp_fl_ct_zone_entry *zt, in nfp_ct_do_tc_merge() argument
1255 m_entry = get_hashentry(&zt->tc_merge_tb, &new_cookie, in nfp_ct_do_tc_merge()
[all …]
Dmetadata.c605 static void nfp_zone_table_entry_destroy(struct nfp_fl_ct_zone_entry *zt) in nfp_zone_table_entry_destroy() argument
607 if (!zt) in nfp_zone_table_entry_destroy()
610 if (!list_empty(&zt->pre_ct_list)) { in nfp_zone_table_entry_destroy()
611 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy()
616 list_for_each_entry_safe(entry, tmp, &zt->pre_ct_list, in nfp_zone_table_entry_destroy()
629 if (!list_empty(&zt->post_ct_list)) { in nfp_zone_table_entry_destroy()
630 struct rhashtable *m_table = &zt->priv->ct_map_table; in nfp_zone_table_entry_destroy()
635 list_for_each_entry_safe(entry, tmp, &zt->post_ct_list, in nfp_zone_table_entry_destroy()
648 if (zt->nft) { in nfp_zone_table_entry_destroy()
649 nf_flow_table_offload_del_cb(zt->nft, in nfp_zone_table_entry_destroy()
[all …]
Dconntrack.h130 struct nfp_fl_ct_zone_entry *zt; member
154 struct nfp_fl_ct_zone_entry *zt; member
177 struct nfp_fl_ct_zone_entry *zt; member
/linux-6.1.9/drivers/isdn/hardware/mISDN/
Dhfc_pci.h171 struct zt { struct
182 struct zt za[MAX_D_FRAMES + 1]; argument
187 struct zt za[MAX_B_FRAMES + 1]; /* only range 0x0..0x1F allowed */
Dhfcpci.c398 struct zt *zp; in hfcpci_empty_bfifo()
460 struct zt *zp; in receive_dmsg()
605 struct zt *zp; in main_rec_hfcpci()
/linux-6.1.9/tools/testing/selftests/arm64/fp/
Dsve-test.S24 .macro _sve_ldr_v zt, xn
25 ldr z\zt, [x\xn]
28 .macro _sve_str_v zt, xn
29 str z\zt, [x\xn]
/linux-6.1.9/drivers/nvme/host/
Dzns.c158 if ((entry->zt & 0xf) != NVME_ZONE_TYPE_SEQWRITE_REQ) { in nvme_zone_parse_entry()
160 entry->zt); in nvme_zone_parse_entry()
/linux-6.1.9/mm/
Dmemory_hotplug.c1739 enum zone_type zt; in node_states_check_changes_offline() local
1752 for (zt = 0; zt <= ZONE_NORMAL; zt++) in node_states_check_changes_offline()
1753 present_pages += pgdat->node_zones[zt].present_pages; in node_states_check_changes_offline()
/linux-6.1.9/fs/ubifs/
Dtnc.c1445 struct ubifs_zbranch zbr, *zt; in ubifs_tnc_locate() local
1457 zt = &znode->zbranch[n]; in ubifs_tnc_locate()
1459 *lnum = zt->lnum; in ubifs_tnc_locate()
1460 *offs = zt->offs; in ubifs_tnc_locate()
1467 err = tnc_read_hashed_node(c, zt, node); in ubifs_tnc_locate()
1471 err = ubifs_tnc_read_node(c, zt, node); in ubifs_tnc_locate()
/linux-6.1.9/drivers/nvme/target/
Dzns.c238 zdesc.zt = z->type; in nvmet_bdev_report_zone_cb()
/linux-6.1.9/include/linux/
Dnvme.h680 __u8 zt; member