Searched refs:irdma_hw (Results 1 – 13 of 13) sorted by relevance
/freebsd/sys/dev/irdma/ |
H A D | icrdma_hw.c | 39 void disable_prefetch(struct irdma_hw *hw); 41 void disable_tx_spad(struct irdma_hw *hw); 43 void rdpu_ackreqpmthresh(struct irdma_hw *hw); 386 disable_prefetch(struct irdma_hw *hw) in disable_prefetch() 399 disable_tx_spad(struct irdma_hw *hw) in disable_tx_spad() 413 rdpu_ackreqpmthresh(struct irdma_hw *hw) in rdpu_ackreqpmthresh()
|
H A D | osdep.h | 147 struct irdma_hw; 190 void *hw_to_dev(struct irdma_hw *hw); 229 void irdma_unmap_vm_page_list(struct irdma_hw *hw, u64 *pg_arr, u32 pg_cnt); 230 int irdma_map_vm_page_list(struct irdma_hw *hw, void *va,
|
H A D | irdma_protos.h | 103 void *irdma_allocate_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem, 105 void *irdma_allocate_virt_mem(struct irdma_hw *hw, struct irdma_virt_mem *mem, u32 size); 106 int irdma_free_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem);
|
H A D | irdma_hmc.h | 176 int irdma_copy_dma_mem(struct irdma_hw *hw, void *dest_buf, 187 int irdma_add_sd_table_entry(struct irdma_hw *hw,
|
H A D | irdma_type.h | 341 struct irdma_hw *hw; 349 struct irdma_hw { struct 629 struct irdma_hw *hw; 763 struct irdma_hw *hw;
|
H A D | fbsd_kcompat.c | 150 hw_to_dev(struct irdma_hw *hw) in hw_to_dev() 953 irdma_allocate_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem, in irdma_allocate_dma_mem() 1015 irdma_free_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem) in irdma_free_dma_mem()
|
H A D | irdma_verbs.h | 116 struct irdma_hw *hw;
|
H A D | irdma_main.h | 333 struct irdma_hw hw;
|
H A D | irdma_hmc.c | 517 irdma_add_sd_table_entry(struct irdma_hw *hw, in irdma_add_sd_table_entry()
|
H A D | irdma_utils.c | 2050 irdma_map_vm_page_list(struct irdma_hw *hw, void *va, dma_addr_t * pg_dma, in irdma_map_vm_page_list() 2078 irdma_unmap_vm_page_list(struct irdma_hw *hw, dma_addr_t * pg_dma, u32 pg_cnt) in irdma_unmap_vm_page_list()
|
/freebsd/contrib/ofed/libirdma/ |
H A D | osdep.h | 139 struct irdma_hw; 164 void *hw_to_dev(struct irdma_hw *hw);
|
/freebsd/sys/modules/irdma/ |
H A D | Makefile | 9 SRCS+= fbsd_kcompat.c irdma_hw.c irdma_verbs.c irdma_utils.c
|
/freebsd/sys/conf/ |
H A D | files | 4767 dev/irdma/irdma_hw.c optional irdma ice inet inet6 pci ofed \
|