Home
last modified time | relevance | path

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

/Linux-v6.1/include/misc/
Docxl.h432 void **link_handle);
437 void ocxl_link_release(struct pci_dev *dev, void *link_handle);
449 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr,
457 int ocxl_link_remove_pe(void *link_handle, int pasid);
464 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq);
469 void ocxl_link_free_irq(void *link_handle, int hw_irq);
/Linux-v6.1/drivers/misc/ocxl/
Dlink.c441 int ocxl_link_setup(struct pci_dev *dev, int PE_mask, void **link_handle) in ocxl_link_setup() argument
453 *link_handle = link; in ocxl_link_setup()
462 *link_handle = link; in ocxl_link_setup()
484 void ocxl_link_release(struct pci_dev *dev, void *link_handle) in ocxl_link_release() argument
486 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_release()
538 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr, in ocxl_link_add_pe() argument
543 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_add_pe()
631 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid) in ocxl_link_update_pe() argument
633 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_update_pe()
667 int ocxl_link_remove_pe(void *link_handle, int pasid) in ocxl_link_remove_pe() argument
[all …]
Docxl_internal.h141 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid);
/Linux-v6.1/drivers/net/ethernet/chelsio/cxgb4/
Dcxgb4_tc_u32.c186 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in cxgb4_config_knode()
215 if (!t->table[uhtid - 1].link_handle) in cxgb4_config_knode()
234 if (t->table[link_uhtid - 1].link_handle) { in cxgb4_config_knode()
283 link->link_handle = cls->knode.handle; in cxgb4_config_knode()
299 if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) { in cxgb4_config_knode()
345 if (uhtid != 0x800 && t->table[uhtid - 1].link_handle) in cxgb4_config_knode()
433 if (!link->link_handle) in cxgb4_delete_knode()
453 if (link->link_handle == handle) { in cxgb4_delete_knode()
467 link->link_handle = 0; in cxgb4_delete_knode()
Dcxgb4_tc_u32_parse.h328 u32 link_handle; /* Knode handle associated with the link */ member
/Linux-v6.1/drivers/net/ethernet/netronome/nfp/abm/
Dcls.c31 if (knode->link_handle) { in nfp_abm_u32_check_knode()
/Linux-v6.1/net/sched/
Dcls_u32.c557 cls_u32.knode.link_handle = ht->handle; in u32_replace_hw_knode()
1193 cls_u32.knode.link_handle = ht->handle; in u32_reoffload_knode()
/Linux-v6.1/include/net/
Dpkt_cls.h651 u32 link_handle; member
/Linux-v6.1/drivers/net/ethernet/intel/ixgbe/
Dixgbe_main.c9566 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in ixgbe_configure_clsu32()