Home
last modified time | relevance | path

Searched refs:RX_MAX_PENDING (Results 1 - 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/marvell/
H A Dsky2.c54 #define RX_MAX_PENDING (RX_LE_SIZE/6 - 2) macro
55 #define RX_DEF_PENDING RX_MAX_PENDING
4101 if (ecmd->rx_max_coalesced_frames > RX_MAX_PENDING) in sky2_set_coalesce()
4103 if (ecmd->rx_max_coalesced_frames_irq > RX_MAX_PENDING) in sky2_set_coalesce()
4150 ering->rx_max_pending = RX_MAX_PENDING; in sky2_get_ringparam()
4162 if (ering->rx_pending > RX_MAX_PENDING || in sky2_set_ringparam()
5040 hw->st_size = hw->ports * roundup_pow_of_two(3*RX_MAX_PENDING + TX_MAX_PENDING); in sky2_probe()
/kernel/linux/linux-6.6/drivers/net/ethernet/marvell/
H A Dsky2.c53 #define RX_MAX_PENDING (RX_LE_SIZE/6 - 2) macro
54 #define RX_DEF_PENDING RX_MAX_PENDING
4105 if (ecmd->rx_max_coalesced_frames > RX_MAX_PENDING) in sky2_set_coalesce()
4107 if (ecmd->rx_max_coalesced_frames_irq > RX_MAX_PENDING) in sky2_set_coalesce()
4156 ering->rx_max_pending = RX_MAX_PENDING; in sky2_get_ringparam()
4170 if (ering->rx_pending > RX_MAX_PENDING || in sky2_set_ringparam()
4907 hw->st_size = hw->ports * roundup_pow_of_two(3*RX_MAX_PENDING + TX_MAX_PENDING); in sky2_probe()

Completed in 16 milliseconds