Home
last modified time | relevance | path

Searched refs:tpd_req (Results 1 – 2 of 2) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/atheros/atl1e/
Datl1e_main.c1613 u16 tpd_req = 1; in atl1e_cal_tdp_req() local
1619 tpd_req += ((fg_size + MAX_TX_BUF_LEN - 1) >> MAX_TX_BUF_SHIFT); in atl1e_cal_tdp_req()
1628 tpd_req += ((skb_headlen(skb) - proto_hdr_len + in atl1e_cal_tdp_req()
1635 return tpd_req; in atl1e_cal_tdp_req()
1870 u16 tpd_req = 1; in atl1e_xmit_frame() local
1882 tpd_req = atl1e_cal_tdp_req(skb); in atl1e_xmit_frame()
1886 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
1923 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/linux-4.4.14/drivers/net/ethernet/atheros/atl1c/
Datl1c_main.c1963 u16 tpd_req; in atl1c_cal_tpd_req() local
1966 tpd_req = skb_shinfo(skb)->nr_frags + 1; in atl1c_cal_tpd_req()
1971 tpd_req++; in atl1c_cal_tpd_req()
1973 tpd_req++; in atl1c_cal_tpd_req()
1975 return tpd_req; in atl1c_cal_tpd_req()
2214 u16 tpd_req = 1; in atl1c_xmit_frame() local
2223 tpd_req = atl1c_cal_tpd_req(skb); in atl1c_xmit_frame()
2230 if (atl1c_tpd_avail(adapter, type) < tpd_req) { in atl1c_xmit_frame()