Searched refs:tpd_req (Results 1 – 2 of 2) sorted by relevance
1603 u16 tpd_req = 1; in atl1e_cal_tdp_req() local1609 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() local1877 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()
2025 u16 tpd_req; in atl1c_cal_tpd_req() local2028 tpd_req = skb_shinfo(skb)->nr_frags + 1; in atl1c_cal_tpd_req()2033 tpd_req++; in atl1c_cal_tpd_req()2035 tpd_req++; in atl1c_cal_tpd_req()2037 return tpd_req; in atl1c_cal_tpd_req()2276 u16 tpd_req; in atl1c_xmit_frame() local2283 tpd_req = atl1c_cal_tpd_req(skb); in atl1c_xmit_frame()2285 if (atl1c_tpd_avail(adapter, queue) < tpd_req) { in atl1c_xmit_frame()