Home
last modified time | relevance | path

Searched refs:tpd_req (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1952 u16 tpd_req; in atl1c_cal_tpd_req() local
1955 tpd_req = skb_shinfo(skb)->nr_frags + 1; in atl1c_cal_tpd_req()
1960 tpd_req++; in atl1c_cal_tpd_req()
1962 tpd_req++; in atl1c_cal_tpd_req()
1964 return tpd_req; in atl1c_cal_tpd_req()
2201 u16 tpd_req; in atl1c_xmit_frame() local
2210 tpd_req = atl1c_cal_tpd_req(skb); in atl1c_xmit_frame()
2212 if (atl1c_tpd_avail(adapter, type) < tpd_req) { in atl1c_xmit_frame()
/kernel/linux/linux-5.10/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1603 u16 tpd_req = 1; in atl1e_cal_tdp_req() local
1609 tpd_req += ((fg_size + MAX_TX_BUF_LEN - 1) >> MAX_TX_BUF_SHIFT); in atl1e_cal_tdp_req()
1618 tpd_req += ((skb_headlen(skb) - proto_hdr_len + in atl1e_cal_tdp_req()
1625 return tpd_req; in atl1e_cal_tdp_req()
1865 u16 tpd_req = 1; in atl1e_xmit_frame() local
1877 tpd_req = atl1e_cal_tdp_req(skb); in atl1e_xmit_frame()
1879 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
1914 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1603 u16 tpd_req = 1; in atl1e_cal_tdp_req() local
1609 tpd_req += ((fg_size + MAX_TX_BUF_LEN - 1) >> MAX_TX_BUF_SHIFT); in atl1e_cal_tdp_req()
1617 tpd_req += ((skb_headlen(skb) - proto_hdr_len + in atl1e_cal_tdp_req()
1624 return tpd_req; in atl1e_cal_tdp_req()
1865 u16 tpd_req = 1; in atl1e_xmit_frame() local
1877 tpd_req = atl1e_cal_tdp_req(skb); in atl1e_xmit_frame()
1879 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
1914 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/kernel/linux/linux-6.6/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c2024 u16 tpd_req; in atl1c_cal_tpd_req() local
2027 tpd_req = skb_shinfo(skb)->nr_frags + 1; in atl1c_cal_tpd_req()
2032 tpd_req++; in atl1c_cal_tpd_req()
2034 tpd_req++; in atl1c_cal_tpd_req()
2036 return tpd_req; in atl1c_cal_tpd_req()
2275 u16 tpd_req; in atl1c_xmit_frame() local
2282 tpd_req = atl1c_cal_tpd_req(skb); in atl1c_xmit_frame()
2284 if (atl1c_tpd_avail(adapter, queue) < tpd_req) { in atl1c_xmit_frame()

Completed in 14 milliseconds