Home
last modified time | relevance | path

Searched refs:irdma_hw (Results 1 – 13 of 13) sorted by relevance

/freebsd/sys/dev/irdma/
H A Dicrdma_hw.c39 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 Dosdep.h147 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 Dirdma_protos.h103 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 Dirdma_hmc.h176 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 Dirdma_type.h341 struct irdma_hw *hw;
349 struct irdma_hw { struct
629 struct irdma_hw *hw;
763 struct irdma_hw *hw;
H A Dfbsd_kcompat.c150 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 Dirdma_verbs.h116 struct irdma_hw *hw;
H A Dirdma_main.h333 struct irdma_hw hw;
H A Dirdma_hmc.c517 irdma_add_sd_table_entry(struct irdma_hw *hw, in irdma_add_sd_table_entry()
H A Dirdma_utils.c2050 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 Dosdep.h139 struct irdma_hw;
164 void *hw_to_dev(struct irdma_hw *hw);
/freebsd/sys/modules/irdma/
H A DMakefile9 SRCS+= fbsd_kcompat.c irdma_hw.c irdma_verbs.c irdma_utils.c
/freebsd/sys/conf/
H A Dfiles4767 dev/irdma/irdma_hw.c optional irdma ice inet inet6 pci ofed \