Symbol: irdma_hw
sys/dev/irdma/fbsd_kcompat.c
1111
irdma_allocate_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem,
sys/dev/irdma/fbsd_kcompat.c
1173
irdma_free_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem)
sys/dev/irdma/fbsd_kcompat.c
156
hw_to_dev(struct irdma_hw *hw)
sys/dev/irdma/icrdma_hw.c
40
void disable_prefetch(struct irdma_hw *hw);
sys/dev/irdma/icrdma_hw.c
407
disable_prefetch(struct irdma_hw *hw)
sys/dev/irdma/icrdma_hw.c
42
void disable_tx_spad(struct irdma_hw *hw);
sys/dev/irdma/icrdma_hw.c
420
disable_tx_spad(struct irdma_hw *hw)
sys/dev/irdma/icrdma_hw.c
434
rdpu_ackreqpmthresh(struct irdma_hw *hw)
sys/dev/irdma/icrdma_hw.c
44
void rdpu_ackreqpmthresh(struct irdma_hw *hw);
sys/dev/irdma/irdma_hmc.c
523
irdma_add_sd_table_entry(struct irdma_hw *hw,
sys/dev/irdma/irdma_hmc.h
176
int irdma_copy_dma_mem(struct irdma_hw *hw, void *dest_buf,
sys/dev/irdma/irdma_hmc.h
187
int irdma_add_sd_table_entry(struct irdma_hw *hw,
sys/dev/irdma/irdma_main.h
337
struct irdma_hw hw;
sys/dev/irdma/irdma_protos.h
102
void *irdma_allocate_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem,
sys/dev/irdma/irdma_protos.h
104
void *irdma_allocate_virt_mem(struct irdma_hw *hw, struct irdma_virt_mem *mem, u32 size);
sys/dev/irdma/irdma_protos.h
105
int irdma_free_dma_mem(struct irdma_hw *hw, struct irdma_dma_mem *mem);
sys/dev/irdma/irdma_type.h
342
struct irdma_hw *hw;
sys/dev/irdma/irdma_type.h
633
struct irdma_hw *hw;
sys/dev/irdma/irdma_type.h
766
struct irdma_hw *hw;
sys/dev/irdma/irdma_utils.c
2122
irdma_map_vm_page_list(struct irdma_hw *hw, void *va, dma_addr_t * pg_dma,
sys/dev/irdma/irdma_utils.c
2150
irdma_unmap_vm_page_list(struct irdma_hw *hw, dma_addr_t * pg_dma, u32 pg_cnt)
sys/dev/irdma/irdma_verbs.h
117
struct irdma_hw *hw;
sys/dev/irdma/osdep.h
152
struct irdma_hw;
sys/dev/irdma/osdep.h
195
void *hw_to_dev(struct irdma_hw *hw);
sys/dev/irdma/osdep.h
234
void irdma_unmap_vm_page_list(struct irdma_hw *hw, u64 *pg_arr, u32 pg_cnt);
sys/dev/irdma/osdep.h
235
int irdma_map_vm_page_list(struct irdma_hw *hw, void *va,