Searched refs:tx_pkt_size (Results 1 – 2 of 2) sorted by relevance
961 int tx_pkt_size; in amd8111e_calc_coalesce() local1033 tx_pkt_size = tx_data_rate/tx_pkt_rate; in amd8111e_calc_coalesce()1034 if (tx_pkt_size < 128) { in amd8111e_calc_coalesce()1044 } else if ((tx_pkt_size >= 128) && (tx_pkt_size < 512)) { in amd8111e_calc_coalesce()1053 } else if ((tx_pkt_size >= 512) && (tx_pkt_size < 1024)) { in amd8111e_calc_coalesce()1061 } else if (tx_pkt_size >= 1024) { in amd8111e_calc_coalesce()
44 tx_desc->w0 = le32_encode_bits(pkt_info->tx_pkt_size, RTW_TX_DESC_W0_TXPKTSIZE) | in rtw_tx_fill_tx_desc()436 pkt_info->tx_pkt_size = skb->len; in rtw_tx_pkt_info_update()465 pkt_info->tx_pkt_size = skb->len; in rtw_tx_rsvd_page_pkt_info_update()542 pkt_info->tx_pkt_size = size; in rtw_tx_write_data_h2c_get()