Searched refs:RX_MAX_PENDING (Results 1 – 1 of 1) sorted by relevance
63 #define RX_MAX_PENDING (RX_LE_SIZE/6 - 2) macro64 #define RX_DEF_PENDING RX_MAX_PENDING4116 if (ecmd->rx_max_coalesced_frames > RX_MAX_PENDING) in sky2_set_coalesce()4118 if (ecmd->rx_max_coalesced_frames_irq > RX_MAX_PENDING) in sky2_set_coalesce()4165 ering->rx_max_pending = RX_MAX_PENDING; in sky2_get_ringparam()4177 if (ering->rx_pending > RX_MAX_PENDING || in sky2_set_ringparam()4992 hw->st_size = hw->ports * roundup_pow_of_two(3*RX_MAX_PENDING + TX_MAX_PENDING); in sky2_probe()