Home
last modified time | relevance | path

Searched refs:rxd_mode (Results 1 – 2 of 2) sorted by relevance

/drivers/net/ethernet/neterion/
Ds2io.c716 if (rx_cfg->num_rxd % (rxd_count[nic->rxd_mode] + 1)) { in init_shared_mem()
724 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
727 if (nic->rxd_mode == RXD_MODE_1) in init_shared_mem()
745 blk_cnt = rx_cfg->num_rxd / (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
769 rxd_count[nic->rxd_mode]; in init_shared_mem()
776 for (l = 0; l < rxd_count[nic->rxd_mode]; l++) { in init_shared_mem()
779 (rxd_size[nic->rxd_mode] * l); in init_shared_mem()
782 (rxd_size[nic->rxd_mode] * l); in init_shared_mem()
800 if (nic->rxd_mode == RXD_MODE_3B) { in init_shared_mem()
810 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
[all …]
Ds2io.h703 int rxd_mode; member
857 int rxd_mode; member