Searched refs:link_handle (Results 1 – 7 of 7) sorted by relevance
/Linux-v4.19/include/misc/ |
D | ocxl.h | 169 void **link_handle); 174 extern void ocxl_link_release(struct pci_dev *dev, void *link_handle); 186 extern int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr, 198 extern int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid); 203 extern int ocxl_link_remove_pe(void *link_handle, int pasid); 215 extern int ocxl_link_irq_alloc(void *link_handle, int *hw_irq, 221 extern void ocxl_link_free_irq(void *link_handle, int hw_irq);
|
/Linux-v4.19/drivers/misc/ocxl/ |
D | link.c | 410 int ocxl_link_setup(struct pci_dev *dev, int PE_mask, void **link_handle) in ocxl_link_setup() argument 422 *link_handle = link; in ocxl_link_setup() 431 *link_handle = link; in ocxl_link_setup() 448 void ocxl_link_release(struct pci_dev *dev, void *link_handle) in ocxl_link_release() argument 450 struct link *link = (struct link *) link_handle; in ocxl_link_release() 481 int ocxl_link_add_pe(void *link_handle, int pasid, u32 pidr, u32 tidr, in ocxl_link_add_pe() argument 486 struct link *link = (struct link *) link_handle; in ocxl_link_add_pe() 554 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid) in ocxl_link_update_pe() argument 556 struct link *link = (struct link *) link_handle; in ocxl_link_update_pe() 590 int ocxl_link_remove_pe(void *link_handle, int pasid) in ocxl_link_remove_pe() argument [all …]
|
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/ |
D | cxgb4_tc_u32.c | 179 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()
|
D | cxgb4_tc_u32_parse.h | 286 u32 link_handle; /* Knode handle associated with the link */ member
|
/Linux-v4.19/include/net/ |
D | pkt_cls.h | 626 u32 link_handle; member
|
/Linux-v4.19/net/sched/ |
D | cls_u32.c | 569 cls_u32.knode.link_handle = ht->handle; in u32_replace_hw_knode() 1256 cls_u32.knode.link_handle = ht->handle; in u32_reoffload_knode()
|
/Linux-v4.19/drivers/net/ethernet/intel/ixgbe/ |
D | ixgbe_main.c | 9276 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in ixgbe_configure_clsu32()
|