Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/ethernet/neterion/
Ds2io.c717 if (rx_cfg->num_rxd % (rxd_count[nic->rxd_mode] + 1)) { in init_shared_mem()
725 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
728 if (nic->rxd_mode == RXD_MODE_1) in init_shared_mem()
746 blk_cnt = rx_cfg->num_rxd / (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
770 rxd_count[nic->rxd_mode]; in init_shared_mem()
777 for (l = 0; l < rxd_count[nic->rxd_mode]; l++) { in init_shared_mem()
780 (rxd_size[nic->rxd_mode] * l); in init_shared_mem()
783 (rxd_size[nic->rxd_mode] * l); in init_shared_mem()
801 if (nic->rxd_mode == RXD_MODE_3B) { in init_shared_mem()
811 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
[all …]
Ds2io.h703 int rxd_mode; member
857 int rxd_mode; member