Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/misc/
A 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-6.3-rc2/drivers/misc/ocxl/
A Dlink.c453 *link_handle = link; in ocxl_link_setup()
462 *link_handle = link; in ocxl_link_setup()
486 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_release()
543 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_add_pe()
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
669 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_remove_pe()
753 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq) in ocxl_link_irq_alloc() argument
755 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_irq_alloc()
772 void ocxl_link_free_irq(void *link_handle, int hw_irq) in ocxl_link_free_irq() argument
[all …]
A Docxl_internal.h141 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid);
/linux-6.3-rc2/drivers/net/ethernet/chelsio/cxgb4/
A 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()
A Dcxgb4_tc_u32_parse.h328 u32 link_handle; /* Knode handle associated with the link */ member
/linux-6.3-rc2/drivers/net/ethernet/netronome/nfp/abm/
A Dcls.c31 if (knode->link_handle) { in nfp_abm_u32_check_knode()
/linux-6.3-rc2/net/sched/
A Dcls_u32.c559 cls_u32.knode.link_handle = ht->handle; in u32_replace_hw_knode()
1195 cls_u32.knode.link_handle = ht->handle; in u32_reoffload_knode()
/linux-6.3-rc2/include/net/
A Dpkt_cls.h664 u32 link_handle; member
/linux-6.3-rc2/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c9574 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in ixgbe_configure_clsu32()

Completed in 32 milliseconds