Searched refs:hw (Results 26 - 50 of 257) sorted by last modified time

1234567891011

/freebsd-11-stable/release/tools/
H A Dgce.conf44 hw.memtest.tests="0"
46 hw.vtnet.mq_disable=1
/freebsd-11-stable/sys/dev/ixl/
H A Dixlvc.c164 struct i40e_hw *hw = &sc->hw; local
179 err = i40e_aq_send_msg_to_pf(hw, op, I40E_SUCCESS, msg, len, NULL);
184 i40e_stat_str(hw, err),
185 i40e_aq_str(hw, hw->aq.asq_last_status));
220 struct i40e_hw *hw = &sc->hw; local
239 err = i40e_clean_arq_element(hw, &event, NULL);
310 ** Get VF configuration from PF and populate hw structur
318 struct i40e_hw *hw = &sc->hw; local
[all...]
H A Dixlv.h117 struct i40e_hw hw; member in struct:ixlv_sc
H A Dixl_txrx.c99 * @hw: pointer to the HW structure
103 i40e_vc_stat_str(struct i40e_hw *hw, enum virtchnl_status_code stat_err) argument
124 snprintf(hw->err_str, sizeof(hw->err_str), "%d", stat_err);
125 return hw->err_str;
318 struct i40e_hw *hw = vsi->hw; local
466 wr32(hw, txr->tail, i);
687 * Setup descriptor for hw offloads
1260 wr32(vsi->hw, rx
2271 struct i40e_hw *hw = vsi->hw; local
[all...]
H A Dixl_pf_iov.c38 static void ixl_vf_map_vsi_queue(struct i40e_hw *hw, struct ixl_vf *vf, int qnum, uint32_t val);
39 static void ixl_vf_disable_queue_intr(struct i40e_hw *hw, uint32_t vfint_reg);
40 static void ixl_vf_unregister_intr(struct i40e_hw *hw, uint32_t vpint_reg);
87 struct i40e_hw *hw = &pf->hw; local
106 max(1, hw->func_caps.num_msix_vectors_vf - 1) % IXLV_MAX_QUEUES);
126 struct i40e_hw *hw; local
132 hw = &pf->hw;
136 vsi_ctx.pf_num = hw
196 struct i40e_hw *hw; local
215 ixl_vf_map_vsi_queue(struct i40e_hw *hw, struct ixl_vf *vf, int qnum, uint32_t val) argument
238 struct i40e_hw *hw; local
285 struct i40e_hw *hw; local
296 ixl_vf_disable_queue_intr(struct i40e_hw *hw, uint32_t vfint_reg) argument
304 ixl_vf_unregister_intr(struct i40e_hw *hw, uint32_t vpint_reg) argument
315 struct i40e_hw *hw; local
345 struct i40e_hw *hw; local
368 struct i40e_hw *hw; local
384 struct i40e_hw *hw; local
439 struct i40e_hw *hw; local
554 struct i40e_hw *hw; local
599 struct i40e_hw *hw; local
765 struct i40e_hw *hw; local
822 struct i40e_hw *hw; local
1360 struct i40e_hw *hw; local
1423 struct i40e_hw *hw; local
1478 struct i40e_hw *hw; local
1505 struct i40e_hw *hw; local
1630 struct i40e_hw *hw; local
1723 struct i40e_hw *hw; local
1772 struct i40e_hw *hw; local
[all...]
H A Dixl_pf_i2c.c65 static s32 ixl_wait_for_i2c_completion(struct i40e_hw *hw, u8 portnum);
69 * @hw: pointer to hardware structure
77 struct i40e_hw *hw = &pf->hw; local
78 u32 i2cctl = rd32(hw, IXL_I2C_REG(hw));
107 * @hw: pointer to hardware structure
114 struct i40e_hw *hw = &pf->hw; local
115 u32 i2cctl = rd32(hw, IXL_I2C_RE
165 struct i40e_hw *hw = &pf->hw; local
200 struct i40e_hw *hw = &pf->hw; local
251 struct i40e_hw *hw = &pf->hw; local
286 struct i40e_hw *hw = &pf->hw; local
322 struct i40e_hw *hw = &pf->hw; local
344 struct i40e_hw *hw = &pf->hw; local
395 struct i40e_hw *hw = &pf->hw; local
429 struct i40e_hw *hw = &pf->hw; local
460 struct i40e_hw *hw = &pf->hw; local
549 struct i40e_hw *hw = &pf->hw; local
615 struct i40e_hw *hw = &pf->hw; local
645 struct i40e_hw *hw = &pf->hw; local
678 ixl_wait_for_i2c_completion(struct i40e_hw *hw, u8 portnum) argument
703 struct i40e_hw *hw = &pf->hw; local
729 struct i40e_hw *hw = &pf->hw; local
[all...]
H A Dixl_pf.h74 struct i40e_hw hw; member in struct:ixl_pf
130 /* Statistics from hw */
280 void ixl_nvm_version_str(struct i40e_hw *hw, struct sbuf *buf);
H A Dixl_iw.c54 struct i40e_hw *hw = &pf->hw; local
60 wr32(hw, I40E_PFINT_LNKLSTN(vec - 1), reg);
167 pf_info->pf_id = pf->hw.pf_id;
328 struct i40e_hw *hw = &pf->hw; local
343 wr32(hw, I40E_PFINT_AEQCTL, reg);
352 wr32(hw, I40E_PFINT_LNKLSTN(vec - 1), reg);
357 wr32(hw, I40E_PFINT_LNKLSTN(vec - 1), reg);
365 wr32(hw, I40E_PFINT_CEQCT
[all...]
H A Dixl.h311 #define IXL_VPINT_LNKLSTN_REG(hw, vector, vf_num) \
313 (((hw)->func_caps.num_msix_vectors_vf - 1) * (vf_num)))
315 #define IXL_VFINT_DYN_CTLN_REG(hw, vector, vf_num) \
317 (((hw)->func_caps.num_msix_vectors_vf - 1) * (vf_num)))
548 struct i40e_hw *hw; member in struct:ixl_vsi
713 const char * i40e_vc_stat_str(struct i40e_hw *hw,
H A Dif_ixlv.c185 TUNABLE_INT("hw.ixlv.tx_ring_size", &ixlv_tx_ring_size);
190 TUNABLE_INT("hw.ixlv.rx_ring_size", &ixlv_rx_ring_size);
196 TUNABLE_INT("hw.ixlv.max_queues", &ixlv_max_queues);
207 TUNABLE_INT("hw.ixlv.txbrsz", &ixlv_txbrsz);
216 TUNABLE_INT("hw.ixlv.enable_head_writeback",
228 TUNABLE_INT("hw.ixlv.dynamic_rx_itr", &ixlv_dynamic_rx_itr);
233 TUNABLE_INT("hw.ixlv.dynamic_tx_itr", &ixlv_dynamic_tx_itr);
238 TUNABLE_INT("hw.ixlv.rx_itr", &ixlv_rx_itr);
243 TUNABLE_INT("hw.ixlv.tx_itr", &ixlv_tx_itr);
313 struct i40e_hw *hw; local
527 struct i40e_hw *hw = &sc->hw; local
830 struct i40e_hw *hw = &sc->hw; local
902 struct i40e_hw *hw = &sc->hw; local
1038 struct i40e_hw *hw = &sc->hw; local
1063 struct i40e_hw *hw = &sc->hw; local
1154 struct i40e_hw *hw = &sc->hw; local
1533 struct i40e_hw *hw = &sc->hw; local
1567 ixlv_reset_complete(struct i40e_hw *hw) argument
1993 struct i40e_hw *hw = &sc->hw; local
2011 struct i40e_hw *hw = vsi->hw; local
2022 struct i40e_hw *hw = vsi->hw; local
2032 ixlv_disable_adminq_irq(struct i40e_hw *hw) argument
2042 ixlv_enable_adminq_irq(struct i40e_hw *hw) argument
2054 ixlv_enable_queue_irq(struct i40e_hw *hw, int id) argument
2065 ixlv_disable_queue_irq(struct i40e_hw *hw, int id) argument
2079 struct i40e_hw *hw = &sc->hw; local
2110 struct i40e_hw *hw = vsi->hw; local
2184 struct i40e_hw *hw = vsi->hw; local
2260 struct i40e_hw *hw = vsi->hw; local
2294 struct i40e_hw *hw = vsi->hw; local
2577 struct i40e_hw *hw = &sc->hw; local
2725 struct i40e_hw *hw = &sc->hw; local
2932 struct i40e_hw *hw = &sc->hw; local
[all...]
H A Dif_ixl.c157 TUNABLE_INT("hw.ixl.enable_msix", &ixl_enable_msix);
166 TUNABLE_INT("hw.ixl.tx_ring_size", &ixl_tx_ring_size);
171 TUNABLE_INT("hw.ixl.rx_ring_size", &ixl_rx_ring_size);
181 TUNABLE_INT("hw.ixl.max_queues", &ixl_max_queues);
190 TUNABLE_INT("hw.ixl.enable_tx_fc_filter",
197 TUNABLE_INT("hw.ixl.i2c_access_method",
208 TUNABLE_INT("hw.ixl.enable_head_writeback",
215 TUNABLE_INT("hw.ixl.core_debug_mask",
222 TUNABLE_INT("hw.ixl.shared_debug_mask",
235 TUNABLE_INT("hw
389 struct i40e_hw *hw = &pf->hw; local
458 struct i40e_hw *hw; local
819 struct i40e_hw *hw = &pf->hw; local
[all...]
H A Di40e_type.h114 /* debug masks - set these bits in hw->debug_mask to control output */
772 static INLINE bool i40e_is_vf(struct i40e_hw *hw) argument
774 return (hw->mac.type == I40E_MAC_VF ||
775 hw->mac.type == I40E_MAC_X722_VF);
H A Di40e_prototype.h50 enum i40e_status_code i40e_init_adminq(struct i40e_hw *hw);
51 enum i40e_status_code i40e_shutdown_adminq(struct i40e_hw *hw);
52 enum i40e_status_code i40e_init_asq(struct i40e_hw *hw);
53 enum i40e_status_code i40e_init_arq(struct i40e_hw *hw);
54 enum i40e_status_code i40e_alloc_adminq_asq_ring(struct i40e_hw *hw);
55 enum i40e_status_code i40e_alloc_adminq_arq_ring(struct i40e_hw *hw);
56 enum i40e_status_code i40e_shutdown_asq(struct i40e_hw *hw);
57 enum i40e_status_code i40e_shutdown_arq(struct i40e_hw *hw);
58 u16 i40e_clean_asq(struct i40e_hw *hw);
59 void i40e_free_adminq_asq(struct i40e_hw *hw);
[all...]
H A Di40e_osdep.h183 extern void i40e_debug_shared(struct i40e_hw *hw, enum i40e_debug_mask mask,
242 enum i40e_status_code i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset,
H A Di40e_osdep.c53 i40e_allocate_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem, u32 size) argument
60 i40e_free_virt_mem(struct i40e_hw *hw, struct i40e_virt_mem *mem) argument
69 i40e_allocate_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem, argument
72 device_t dev = ((struct i40e_osdep *)hw->back)->dev;
129 i40e_free_dma_mem(struct i40e_hw *hw, struct i40e_dma_mem *mem) argument
180 i40e_debug_shared(struct i40e_hw *hw, enum i40e_debug_mask mask, char *fmt, ...) argument
185 if (!(mask & ((struct i40e_hw *)hw)->debug_mask))
188 dev = ((struct i40e_osdep *)hw->back)->dev;
249 i40e_read_pci_cfg(struct i40e_hw *hw, u32 reg) argument
253 value = pci_read_config(((struct i40e_osdep *)hw
260 i40e_write_pci_cfg(struct i40e_hw *hw, u32 reg, u16 value) argument
[all...]
H A Di40e_nvm.c39 * @hw: pointer to the HW structure
47 enum i40e_status_code i40e_init_nvm(struct i40e_hw *hw) argument
49 struct i40e_nvm_info *nvm = &hw->nvm;
59 gens = rd32(hw, I40E_GLNVM_GENS);
66 fla = rd32(hw, I40E_GLNVM_FLA);
74 i40e_debug(hw, I40E_DEBUG_NVM, "NVM init error: unsupported blank mode.\n");
82 * @hw: pointer to the HW structure
88 enum i40e_status_code i40e_acquire_nvm(struct i40e_hw *hw, argument
97 if (hw->nvm.blank_nvm_mode)
100 ret_code = i40e_aq_request_resource(hw, I40E_NVM_RESOURCE_I
147 i40e_release_nvm(struct i40e_hw *hw) argument
177 i40e_poll_sr_srctl_done_bit(struct i40e_hw *hw) argument
206 i40e_read_nvm_word_srctl(struct i40e_hw *hw, u16 offset, u16 *data) argument
259 i40e_read_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
309 i40e_read_nvm_word_aq(struct i40e_hw *hw, u16 offset, u16 *data) argument
333 __i40e_read_nvm_word(struct i40e_hw *hw, u16 offset, u16 *data) argument
352 i40e_read_nvm_word(struct i40e_hw *hw, u16 offset, u16 *data) argument
380 i40e_read_nvm_buffer_srctl(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
413 i40e_read_nvm_buffer_aq(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
471 __i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
492 i40e_read_nvm_buffer(struct i40e_hw *hw, u16 offset, u16 *words, u16 *data) argument
522 i40e_write_nvm_aq(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data, bool last_command) argument
569 __i40e_write_nvm_word(struct i40e_hw *hw, u32 offset, void *data) argument
593 __i40e_write_nvm_buffer(struct i40e_hw *hw, u8 module_pointer, u32 offset, u16 words, void *data) argument
623 i40e_calc_nvm_checksum(struct i40e_hw *hw, u16 *checksum) argument
705 i40e_update_nvm_checksum(struct i40e_hw *hw) argument
730 i40e_validate_nvm_checksum(struct i40e_hw *hw, u16 *checksum) argument
841 i40e_nvmupd_command(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
984 i40e_nvmupd_state_init(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1125 i40e_nvmupd_state_reading(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1169 i40e_nvmupd_state_writing(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1285 i40e_nvmupd_clear_wait_state(struct i40e_hw *hw) argument
1322 i40e_nvmupd_check_wait_event(struct i40e_hw *hw, u16 opcode, struct i40e_aq_desc *desc) argument
1342 i40e_nvmupd_validate_command(struct i40e_hw *hw, struct i40e_nvm_access *cmd, int *perrno) argument
1450 i40e_nvmupd_exec_aq(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1535 i40e_nvmupd_get_aq_result(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1604 i40e_nvmupd_get_aq_event(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1639 i40e_nvmupd_nvm_read(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
1678 i40e_nvmupd_nvm_erase(struct i40e_hw *hw, struct i40e_nvm_access *cmd, int *perrno) argument
1718 i40e_nvmupd_nvm_write(struct i40e_hw *hw, struct i40e_nvm_access *cmd, u8 *bytes, int *perrno) argument
[all...]
H A Di40e_lan_hmc.h171 enum i40e_status_code i40e_init_lan_hmc(struct i40e_hw *hw, u32 txq_num,
174 enum i40e_status_code i40e_configure_lan_hmc(struct i40e_hw *hw,
176 enum i40e_status_code i40e_shutdown_lan_hmc(struct i40e_hw *hw);
180 enum i40e_status_code i40e_get_lan_tx_queue_context(struct i40e_hw *hw,
183 enum i40e_status_code i40e_clear_lan_tx_queue_context(struct i40e_hw *hw,
185 enum i40e_status_code i40e_set_lan_tx_queue_context(struct i40e_hw *hw,
188 enum i40e_status_code i40e_get_lan_rx_queue_context(struct i40e_hw *hw,
191 enum i40e_status_code i40e_clear_lan_rx_queue_context(struct i40e_hw *hw,
193 enum i40e_status_code i40e_set_lan_rx_queue_context(struct i40e_hw *hw,
196 enum i40e_status_code i40e_create_lan_hmc_object(struct i40e_hw *hw,
[all...]
H A Di40e_lan_hmc.c93 * @hw: pointer to the HW structure
107 enum i40e_status_code i40e_init_lan_hmc(struct i40e_hw *hw, u32 txq_num, argument
116 hw->hmc.signature = I40E_HMC_INFO_SIGNATURE;
117 hw->hmc.hmc_fn_id = hw->pf_id;
120 ret_code = i40e_allocate_virt_mem(hw, &hw->hmc.hmc_obj_virt_mem,
124 hw->hmc.hmc_obj = (struct i40e_hmc_obj_info *)
125 hw->hmc.hmc_obj_virt_mem.va;
128 full_obj = &hw
267 i40e_remove_pd_page(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) argument
294 i40e_remove_sd_bp(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) argument
314 i40e_create_lan_hmc_object(struct i40e_hw *hw, struct i40e_hmc_lan_create_obj_info *info) argument
473 i40e_configure_lan_hmc(struct i40e_hw *hw, enum i40e_hmc_model model) argument
558 i40e_delete_lan_hmc_object(struct i40e_hw *hw, struct i40e_hmc_lan_delete_obj_info *info) argument
670 i40e_shutdown_lan_hmc(struct i40e_hw *hw) argument
1175 i40e_clear_hmc_context(struct i40e_hw *hw, u8 *context_bytes, enum i40e_hmc_lan_rsrc_type hmc_type) argument
1234 i40e_hmc_get_object_va(struct i40e_hw *hw, u8 **object_base, enum i40e_hmc_lan_rsrc_type rsrc_type, u32 obj_idx) argument
1300 i40e_get_lan_tx_queue_context(struct i40e_hw *hw, u16 queue, struct i40e_hmc_obj_txq *s) argument
1320 i40e_clear_lan_tx_queue_context(struct i40e_hw *hw, u16 queue) argument
1339 i40e_set_lan_tx_queue_context(struct i40e_hw *hw, u16 queue, struct i40e_hmc_obj_txq *s) argument
1360 i40e_get_lan_rx_queue_context(struct i40e_hw *hw, u16 queue, struct i40e_hmc_obj_rxq *s) argument
1380 i40e_clear_lan_rx_queue_context(struct i40e_hw *hw, u16 queue) argument
1399 i40e_set_lan_rx_queue_context(struct i40e_hw *hw, u16 queue, struct i40e_hmc_obj_rxq *s) argument
[all...]
H A Di40e_hmc.h65 struct i40e_dma_mem addr; /* populate to be used by hw */
78 struct i40e_dma_mem pd_page_addr; /* populate to be used by hw */
125 * @hw: pointer to our hw struct
130 #define I40E_SET_PF_SD_ENTRY(hw, pa, sd_index, type) \
140 wr32((hw), I40E_PFHMC_SDDATAHIGH, val1); \
141 wr32((hw), I40E_PFHMC_SDDATALOW, val2); \
142 wr32((hw), I40E_PFHMC_SDCMD, val3); \
147 * @hw: pointer to our hw struc
[all...]
H A Di40e_hmc.c44 * @hw: pointer to our hw struct
50 enum i40e_status_code i40e_add_sd_table_entry(struct i40e_hw *hw, argument
86 ret_code = i40e_allocate_dma_mem(hw, &mem, mem_type, alloc_len,
92 ret_code = i40e_allocate_virt_mem(hw,
121 i40e_free_dma_mem(hw, &mem);
128 * @hw: pointer to our HW structure
143 enum i40e_status_code i40e_add_pd_table_entry(struct i40e_hw *hw, argument
178 ret_code = i40e_allocate_dma_mem(hw, page, i40e_mem_bp,
211 * @hw
224 i40e_remove_pd_bp(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx) argument
308 i40e_remove_sd_bp_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) argument
357 i40e_remove_pd_page_new(struct i40e_hw *hw, struct i40e_hmc_info *hmc_info, u32 idx, bool is_pf) argument
[all...]
H A Di40e_dcb.h217 enum i40e_status_code i40e_get_dcbx_status(struct i40e_hw *hw,
221 enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type,
224 enum i40e_status_code i40e_get_dcb_config(struct i40e_hw *hw);
225 enum i40e_status_code i40e_init_dcb(struct i40e_hw *hw,
228 i40e_get_fw_lldp_status(struct i40e_hw *hw,
230 enum i40e_status_code i40e_set_dcb_config(struct i40e_hw *hw);
H A Di40e_dcb.c41 * @hw: pointer to the hw struct
46 enum i40e_status_code i40e_get_dcbx_status(struct i40e_hw *hw, u16 *status) argument
53 reg = rd32(hw, I40E_PRTDCB_GENS);
577 * @hw: pointer to the hw struct
584 enum i40e_status_code i40e_aq_get_dcb_config(struct i40e_hw *hw, u8 mib_type, argument
593 ret = i40e_allocate_virt_mem(hw, &mem, I40E_LLDPDU_SIZE);
598 ret = i40e_aq_get_lldp_mib(hw, bridgetype, mib_type,
608 i40e_free_virt_mem(hw,
800 i40e_get_ieee_dcb_config(struct i40e_hw *hw) argument
830 i40e_get_dcb_config(struct i40e_hw *hw) argument
900 i40e_init_dcb(struct i40e_hw *hw, bool enable_mib_change) argument
956 i40e_get_fw_lldp_status(struct i40e_hw *hw, enum i40e_get_fw_lldp_status_resp *lldp_status) argument
1253 i40e_set_dcb_config(struct i40e_hw *hw) argument
1327 _i40e_read_lldp_cfg(struct i40e_hw *hw, struct i40e_lldp_variables *lldp_cfg, u8 module, u32 word_offset) argument
1389 i40e_read_lldp_cfg(struct i40e_hw *hw, struct i40e_lldp_variables *lldp_cfg) argument
[all...]
H A Di40e_alloc.h54 enum i40e_status_code i40e_allocate_dma_mem(struct i40e_hw *hw,
58 enum i40e_status_code i40e_free_dma_mem(struct i40e_hw *hw,
60 enum i40e_status_code i40e_allocate_virt_mem(struct i40e_hw *hw,
63 enum i40e_status_code i40e_free_virt_mem(struct i40e_hw *hw,
H A Di40e_adminq.c43 * @hw: pointer to the hardware structure
47 static void i40e_adminq_init_regs(struct i40e_hw *hw) argument
50 if (i40e_is_vf(hw)) {
51 hw->aq.asq.tail = I40E_VF_ATQT1;
52 hw->aq.asq.head = I40E_VF_ATQH1;
53 hw->aq.asq.len = I40E_VF_ATQLEN1;
54 hw->aq.asq.bal = I40E_VF_ATQBAL1;
55 hw->aq.asq.bah = I40E_VF_ATQBAH1;
56 hw->aq.arq.tail = I40E_VF_ARQT1;
57 hw
79 i40e_alloc_adminq_asq_ring(struct i40e_hw *hw) argument
106 i40e_alloc_adminq_arq_ring(struct i40e_hw *hw) argument
126 i40e_free_adminq_asq(struct i40e_hw *hw) argument
139 i40e_free_adminq_arq(struct i40e_hw *hw) argument
148 i40e_alloc_arq_bufs(struct i40e_hw *hw) argument
215 i40e_alloc_asq_bufs(struct i40e_hw *hw) argument
255 i40e_free_arq_bufs(struct i40e_hw *hw) argument
274 i40e_free_asq_bufs(struct i40e_hw *hw) argument
299 i40e_config_asq_regs(struct i40e_hw *hw) argument
332 i40e_config_arq_regs(struct i40e_hw *hw) argument
375 i40e_init_asq(struct i40e_hw *hw) argument
438 i40e_init_arq(struct i40e_hw *hw) argument
490 i40e_shutdown_asq(struct i40e_hw *hw) argument
524 i40e_shutdown_arq(struct i40e_hw *hw) argument
556 i40e_resume_aq(struct i40e_hw *hw) argument
581 i40e_init_adminq(struct i40e_hw *hw) argument
719 i40e_shutdown_adminq(struct i40e_hw *hw) argument
743 i40e_clean_asq(struct i40e_hw *hw) argument
785 i40e_asq_done(struct i40e_hw *hw) argument
805 i40e_asq_send_command(struct i40e_hw *hw, struct i40e_aq_desc *desc, void *buff, u16 buff_size, struct i40e_asq_cmd_details *cmd_details) argument
1030 i40e_clean_arq_element(struct i40e_hw *hw, struct i40e_arq_event_info *e, u16 *pending) argument
[all...]
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_isr.c73 lro = &ha->hw.sds[sds_idx].lro;
75 if (ha->hw.num_rds_rings > 1)
78 ha->hw.rds[r_idx].count++;
80 sdsp = &ha->hw.sds[sds_idx];
176 if (ha->hw.enable_soft_lro) {
222 if (ha->hw.num_rds_rings > 1)
225 ha->hw.rds[r_idx].count++;
229 ha->hw.rds[r_idx].lro_pkt_count++;
231 sdsp = &ha->hw.sds[sds_idx];
240 ha->hw
486 qla_hw_t *hw; local
990 qla_hw_t *hw; local
[all...]

Completed in 185 milliseconds

1234567891011