Home
last modified time | relevance | path

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

/drivers/net/ethernet/neterion/
Ds2io.c701 if (rx_cfg->num_rxd % (rxd_count[nic->rxd_mode] + 1)) { in init_shared_mem()
709 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
712 if (nic->rxd_mode == RXD_MODE_1) in init_shared_mem()
730 blk_cnt = rx_cfg->num_rxd / (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
753 rxd_count[nic->rxd_mode]; in init_shared_mem()
760 for (l = 0; l < rxd_count[nic->rxd_mode]; l++) { in init_shared_mem()
763 (rxd_size[nic->rxd_mode] * l); in init_shared_mem()
766 (rxd_size[nic->rxd_mode] * l); in init_shared_mem()
784 if (nic->rxd_mode == RXD_MODE_3B) { in init_shared_mem()
794 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
[all …]
Ds2io.h704 int rxd_mode; member
858 int rxd_mode; member