Home
last modified time | relevance | path

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

/linux/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/drivers/misc/ocxl/
A Dlink.c452 *link_handle = link; in ocxl_link_setup()
461 *link_handle = link; in ocxl_link_setup()
485 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_release()
542 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_add_pe()
632 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_update_pe()
666 int ocxl_link_remove_pe(void *link_handle, int pasid) in ocxl_link_remove_pe() argument
668 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_remove_pe()
752 int ocxl_link_irq_alloc(void *link_handle, int *hw_irq) in ocxl_link_irq_alloc() argument
754 struct ocxl_link *link = (struct ocxl_link *) link_handle; in ocxl_link_irq_alloc()
771 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/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/drivers/net/ethernet/netronome/nfp/abm/
A Dcls.c31 if (knode->link_handle) { in nfp_abm_u32_check_knode()
/linux/net/sched/
A Dcls_u32.c553 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/include/net/
A Dpkt_cls.h608 u32 link_handle; member
/linux/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_main.c9428 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in ixgbe_configure_clsu32()

Completed in 31 milliseconds