Searched refs:rx_pkt_size (Results 1 – 2 of 2) sorted by relevance
990 int rx_pkt_size; in amd8111e_calc_coalesce() local1016 rx_pkt_size = rx_data_rate/rx_pkt_rate; in amd8111e_calc_coalesce()1017 if (rx_pkt_size < 128){ in amd8111e_calc_coalesce()1027 else if ( (rx_pkt_size >= 128) && (rx_pkt_size < 512) ){ in amd8111e_calc_coalesce()1036 else if ((rx_pkt_size >= 512) && (rx_pkt_size < 1024)){ in amd8111e_calc_coalesce()1046 else if(rx_pkt_size >= 1024){ in amd8111e_calc_coalesce()
2803 u32 rx_pkt_size; in nes_nic_ce_handler() local2875 rx_pkt_size = cqe_misc & 0x0000ffff; in nes_nic_ce_handler()2889 skb_put(rx_skb, rx_pkt_size); in nes_nic_ce_handler()