Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/netronome/nfp/flower/
A Dconntrack.c545 struct nfp_fl_ct_zone_entry *zt = m_entry->zt; in nfp_fl_ct_add_offload() local
947 nft_m_entry->zt = zt; in nfp_ct_do_nft_merge()
1026 m_entry->zt = zt; in nfp_ct_do_tc_merge()
1071 if (IS_ERR(zt) || zt->priv) in get_nfp_zone_entry()
1074 zt = kzalloc(sizeof(*zt), GFP_KERNEL); in get_nfp_zone_entry()
1163 entry->zt = zt; in nfp_fl_ct_add_flow()
1239 zt = m_entry->zt; in cleanup_nft_merge_entry()
1292 zt = m_ent->zt; in nfp_del_tc_merge_entry()
1457 nfp_ct_merge_tc_entries(ct_entry, zt, zt); in nfp_fl_ct_handle_pre_ct()
1522 nfp_ct_merge_tc_entries(ct_entry, zt, zt); in nfp_fl_ct_handle_post_ct()
[all …]
A Dmetadata.c600 if (!zt) in nfp_zone_table_entry_destroy()
603 if (!list_empty(&zt->pre_ct_list)) { in nfp_zone_table_entry_destroy()
622 if (!list_empty(&zt->post_ct_list)) { in nfp_zone_table_entry_destroy()
641 if (zt->nft) { in nfp_zone_table_entry_destroy()
642 nf_flow_table_offload_del_cb(zt->nft, in nfp_zone_table_entry_destroy()
644 zt); in nfp_zone_table_entry_destroy()
645 zt->nft = NULL; in nfp_zone_table_entry_destroy()
648 if (!list_empty(&zt->nft_flows_list)) { in nfp_zone_table_entry_destroy()
672 kfree(zt); in nfp_zone_table_entry_destroy()
677 struct nfp_fl_ct_zone_entry *zt = ptr; in nfp_free_zone_table_entry() local
[all …]
A Dconntrack.h125 struct nfp_fl_ct_zone_entry *zt; member
148 struct nfp_fl_ct_zone_entry *zt; member
171 struct nfp_fl_ct_zone_entry *zt; member
/linux/drivers/isdn/hardware/mISDN/
A 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 */
A 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/tools/testing/selftests/arm64/fp/
A Dsve-test.S23 .macro _sve_ldr_v zt, xn
24 ldr z\zt, [x\xn]
27 .macro _sve_str_v zt, xn
28 str z\zt, [x\xn]
/linux/drivers/nvme/host/
A 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/mm/
A Dmemory_hotplug.c1795 enum zone_type zt; in node_states_check_changes_offline() local
1808 for (zt = 0; zt <= ZONE_NORMAL; zt++) in node_states_check_changes_offline()
1809 present_pages += pgdat->node_zones[zt].present_pages; in node_states_check_changes_offline()
/linux/fs/ubifs/
A 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/drivers/nvme/target/
A Dzns.c222 zdesc.zt = z->type; in nvmet_bdev_report_zone_cb()
/linux/include/linux/
A Dnvme.h593 __u8 zt; member

Completed in 50 milliseconds