Searched refs:iflib_dma_info (Results 1 – 7 of 7) sorted by relevance
| /freebsd-11-stable/sys/dev/bnxt/ |
| HD | bnxt.h | 435 struct iflib_dma_info mc_list; 450 struct iflib_dma_info rss_hash_key_tbl; 451 struct iflib_dma_info rss_grp_tbl; 453 struct iflib_dma_info vlan_tag_list; 580 struct iflib_dma_info hwrm_cmd_resp; 581 struct iflib_dma_info hwrm_short_cmd_req_addr; 592 struct iflib_dma_info hw_rx_port_stats; 593 struct iflib_dma_info hw_tx_port_stats; 601 struct iflib_dma_info tx_stats; 609 struct iflib_dma_info rx_stats; [all …]
|
| HD | bnxt_hwrm.h | 78 uint32_t offset, uint32_t length, struct iflib_dma_info *data); 93 uint32_t *entries, uint32_t *entry_length, struct iflib_dma_info *dma_data);
|
| HD | bnxt_hwrm.c | 1103 uint32_t length, struct iflib_dma_info *data) in bnxt_hwrm_nvm_read() 1139 struct iflib_dma_info dma_data; in bnxt_hwrm_nvm_modify() 1235 struct iflib_dma_info dma_data; in bnxt_hwrm_nvm_write() 1343 uint32_t *entry_length, struct iflib_dma_info *dma_data) in bnxt_hwrm_nvm_get_dir_entries()
|
| HD | if_bnxt.c | 1685 struct iflib_dma_info dma_data; in bnxt_priv_ioctl() 1827 struct iflib_dma_info dma_data; in bnxt_priv_ioctl()
|
| HD | bnxt_sysctl.c | 722 struct iflib_dma_info dma_data; in bnxt_package_ver_sysctl()
|
| /freebsd-11-stable/sys/net/ |
| HD | iflib.h | 265 typedef struct iflib_dma_info { struct
|
| HD | iflib.c | 4904 if ((ifdip = malloc(sizeof(struct iflib_dma_info) * ntxqs, M_IFLIB, M_WAITOK|M_ZERO)) == NULL) { in iflib_queues_alloc() 4957 if ((ifdip = malloc(sizeof(struct iflib_dma_info) * nrxqs, M_IFLIB, M_WAITOK|M_ZERO)) == NULL) { in iflib_queues_alloc()
|