Searched refs:num_arq_entries (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.1-release/sys/dev/ixl/
H A Di40e_adminq.h97 u16 num_arq_entries; /* receive queue depth */ member in struct:i40e_adminq_info
H A Di40e_adminq.c122 (hw->aq.num_arq_entries *
170 (hw->aq.num_arq_entries * sizeof(struct i40e_dma_mem)));
176 for (i = 0; i < hw->aq.num_arq_entries; i++) {
269 for (i = 0; i < hw->aq.num_arq_entries; i++)
347 wr32(hw, hw->aq.arq.len, (hw->aq.num_arq_entries |
353 wr32(hw, hw->aq.arq.tail, hw->aq.num_arq_entries - 1);
446 if ((hw->aq.num_arq_entries == 0) ||
454 hw->aq.arq.count = hw->aq.num_arq_entries;
554 * - hw->aq.num_arq_entries
564 if ((hw->aq.num_arq_entries
[all...]
H A Dif_ixlv.c982 hw->aq.num_arq_entries = IXL_AQ_LEN;
H A Dif_ixl.c540 hw->aq.num_arq_entries = IXL_AQ_LEN;

Completed in 271 milliseconds