Searched refs:tx_pkt_size (Results 1 – 4 of 4) 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()
43 tx_desc->w0 = le32_encode_bits(pkt_info->tx_pkt_size, RTW_TX_DESC_W0_TXPKTSIZE) | in rtw_tx_fill_tx_desc()432 pkt_info->tx_pkt_size = skb->len; in rtw_tx_pkt_info_update()461 pkt_info->tx_pkt_size = skb->len; in rtw_tx_rsvd_page_pkt_info_update()538 pkt_info->tx_pkt_size = size; in rtw_tx_write_data_h2c_get()
449 size = pkt_info->tx_pkt_size; in rtw_usb_write_data()477 pkt_info.tx_pkt_size = size; in rtw_usb_write_data_rsvd_page()488 pkt_info.tx_pkt_size = size; in rtw_usb_write_data_h2c()
588 u32 tx_pkt_size; member