Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/ethernet/neterion/
Ds2io.c702 if (rx_cfg->num_rxd % (rxd_count[nic->rxd_mode] + 1)) { in init_shared_mem()
710 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
713 if (nic->rxd_mode == RXD_MODE_1) in init_shared_mem()
731 blk_cnt = rx_cfg->num_rxd / (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
754 rxd_count[nic->rxd_mode]; in init_shared_mem()
761 for (l = 0; l < rxd_count[nic->rxd_mode]; l++) { in init_shared_mem()
764 (rxd_size[nic->rxd_mode] * l); in init_shared_mem()
767 (rxd_size[nic->rxd_mode] * l); in init_shared_mem()
785 if (nic->rxd_mode == RXD_MODE_3B) { in init_shared_mem()
795 (rxd_count[nic->rxd_mode] + 1); in init_shared_mem()
[all …]
Ds2io.h704 int rxd_mode; member
858 int rxd_mode; member