Searched refs:link_handle (Results 1 – 11 of 11) sorted by relevance
| /linux/include/misc/ |
| A D | ocxl.h | 432 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 D | link.c | 453 *link_handle = link; in ocxl_link_setup() 462 *link_handle = link; in ocxl_link_setup() 486 struct ocxl_link *link = link_handle; in ocxl_link_release() 543 struct ocxl_link *link = link_handle; in ocxl_link_add_pe() 633 struct ocxl_link *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 = 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 = 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 D | ocxl_internal.h | 139 int ocxl_link_update_pe(void *link_handle, int pasid, __u16 tid);
|
| /linux/drivers/net/ethernet/chelsio/cxgb4/ |
| A D | cxgb4_tc_u32.c | 186 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 D | cxgb4_tc_u32_parse.h | 328 u32 link_handle; /* Knode handle associated with the link */ member
|
| /linux/drivers/acpi/riscv/ |
| A D | irq.c | 260 acpi_handle link_handle; in riscv_acpi_add_prt_dep() local 274 acpi_get_handle(handle, entry->source, &link_handle); in riscv_acpi_add_prt_dep() 282 dep_devices.handles[0] = link_handle; in riscv_acpi_add_prt_dep()
|
| /linux/drivers/net/ethernet/netronome/nfp/abm/ |
| A D | cls.c | 31 if (knode->link_handle) { in nfp_abm_u32_check_knode()
|
| /linux/net/sched/ |
| A D | cls_u32.c | 571 cls_u32.knode.link_handle = ht->handle; in u32_replace_hw_knode() 1276 cls_u32.knode.link_handle = ht->handle; in u32_reoffload_knode()
|
| /linux/include/net/ |
| A D | pkt_cls.h | 662 u32 link_handle; member
|
| /linux/drivers/net/ethernet/intel/iavf/ |
| A D | iavf_main.c | 4056 if (cls_u32->knode.link_handle) { in iavf_add_cls_u32()
|
| /linux/drivers/net/ethernet/intel/ixgbe/ |
| A D | ixgbe_main.c | 9581 link_uhtid = TC_U32_USERHTID(cls->knode.link_handle); in ixgbe_configure_clsu32()
|
Completed in 47 milliseconds