Home
last modified time | relevance | path

Searched refs:link_handle (Results 1 – 9 of 9) sorted by relevance

/Linux-v5.4/include/misc/
Docxl.h452 void **link_handle);
457 void ocxl_link_release(struct pci_dev *dev, void *link_handle);
469 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr,
477 int ocxl_link_remove_pe(void *link_handle, int pasid);
489 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq,
495 void ocxl_link_free_irq(void *link_handle, int hw_irq);
/Linux-v5.4/drivers/misc/ocxl/
Dlink.c424 int ocxl_link_setup(struct pci_dev *dev, int PE_mask, void **link_handle) in ocxl_link_setup() argument
436 *link_handle = link; in ocxl_link_setup()
445 *link_handle = link; in ocxl_link_setup()
462 void ocxl_link_release(struct pci_dev *dev, void *link_handle) in ocxl_link_release() argument
464 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_release()
495 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr, in ocxl_link_add_pe() argument
500 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_add_pe()
575 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid) in ocxl_link_update_pe() argument
577 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_update_pe()
611 int ocxl_link_remove_pe(void *link_handle, int pasid) in ocxl_link_remove_pe() argument
[all …]
Docxl_internal.h131 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid);
/Linux-v5.4/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c179 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in cxgb4_config_knode()
203 if (!t->table[uhtid - 1].link_handle) in cxgb4_config_knode()
222 if (t->table[link_uhtid - 1].link_handle) { in cxgb4_config_knode()
271 link->link_handle = cls->knode.handle; in cxgb4_config_knode()
287 if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) { in cxgb4_config_knode()
333 if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) in cxgb4_config_knode()
375 if (!link->link_handle) in cxgb4_delete_knode()
396 if (link->link_handle == handle) { in cxgb4_delete_knode()
410 link->link_handle = 0; in cxgb4_delete_knode()
Dcxgb4_tc_u32_parse.h286 u32 link_handle; /* Knode handle associated with the link */ member
/Linux-v5.4/drivers/net/ethernet/netronome/nfp/abm/
Dcls.c31 if (knode->link_handle) { in nfp_abm_u32_check_knode()
/Linux-v5.4/include/net/
Dpkt_cls.h536 u32 link_handle; member
/Linux-v5.4/net/sched/
Dcls_u32.c553 cls_u32.knode.link_handle = ht->handle; in u32_replace_hw_knode()
1199 cls_u32.knode.link_handle = ht->handle; in u32_reoffload_knode()
/Linux-v5.4/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c9401 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in ixgbe_configure_clsu32()