Home
last modified time | relevance | path

Searched refs:tx_pkt_size (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/drivers/net/wireless/realtek/rtw88/
H A Dtx.c43 tx_desc->w0 = le32_encode_bits(pkt_info->tx_pkt_size, RTW_TX_DESC_W0_TXPKTSIZE) | in rtw_tx_fill_tx_desc()
427 pkt_info->tx_pkt_size = skb->len; in rtw_tx_pkt_info_update()
456 pkt_info->tx_pkt_size = skb->len; in rtw_tx_rsvd_page_pkt_info_update()
533 pkt_info->tx_pkt_size = size; in rtw_tx_write_data_h2c_get()
H A Dusb.c440 size = pkt_info->tx_pkt_size; in rtw_usb_write_data()
470 pkt_info.tx_pkt_size = size; in rtw_usb_write_data_rsvd_page()
481 pkt_info.tx_pkt_size = size; in rtw_usb_write_data_h2c()
H A Dmain.h578 u32 tx_pkt_size; member
/openbmc/linux/drivers/net/ethernet/amd/
H A Damd8111e.c961 int tx_pkt_size; in amd8111e_calc_coalesce() local
1033 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()