Home
last modified time | relevance | path

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

/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1600 u16 tpd_req = 1; in atl1e_cal_tdp_req() local
1606 tpd_req += ((fg_size + MAX_TX_BUF_LEN - 1) >> MAX_TX_BUF_SHIFT); in atl1e_cal_tdp_req()
1615 tpd_req += ((skb_headlen(skb) - proto_hdr_len + in atl1e_cal_tdp_req()
1622 return tpd_req; in atl1e_cal_tdp_req()
1859 u16 tpd_req = 1; in atl1e_xmit_frame() local
1871 tpd_req = atl1e_cal_tdp_req(skb); in atl1e_xmit_frame()
1873 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
1908 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1600 u16 tpd_req = 1; in atl1e_cal_tdp_req() local
1606 tpd_req += ((fg_size + MAX_TX_BUF_LEN - 1) >> MAX_TX_BUF_SHIFT); in atl1e_cal_tdp_req()
1615 tpd_req += ((skb_headlen(skb) - proto_hdr_len + in atl1e_cal_tdp_req()
1622 return tpd_req; in atl1e_cal_tdp_req()
1859 u16 tpd_req = 1; in atl1e_xmit_frame() local
1871 tpd_req = atl1e_cal_tdp_req(skb); in atl1e_xmit_frame()
1873 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
1908 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1e/
H A Datl1e_main.c1600 u16 tpd_req = 1; in atl1e_cal_tdp_req() local
1606 tpd_req += ((fg_size + MAX_TX_BUF_LEN - 1) >> MAX_TX_BUF_SHIFT); in atl1e_cal_tdp_req()
1615 tpd_req += ((skb_headlen(skb) - proto_hdr_len + in atl1e_cal_tdp_req()
1622 return tpd_req; in atl1e_cal_tdp_req()
1859 u16 tpd_req = 1; in atl1e_xmit_frame() local
1871 tpd_req = atl1e_cal_tdp_req(skb); in atl1e_xmit_frame()
1873 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
1908 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/multimedia/v4l_compat/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1978 u16 tpd_req; in atl1c_cal_tpd_req() local
1981 tpd_req = skb_shinfo(skb)->nr_frags + 1; in atl1c_cal_tpd_req()
1986 tpd_req++; in atl1c_cal_tpd_req()
1988 tpd_req++; in atl1c_cal_tpd_req()
1990 return tpd_req; in atl1c_cal_tpd_req()
2224 u16 tpd_req; in atl1c_xmit_frame() local
2233 tpd_req = atl1c_cal_tpd_req(skb); in atl1c_xmit_frame()
2235 if (atl1c_tpd_avail(adapter, type) < tpd_req) { in atl1c_xmit_frame()
/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1978 u16 tpd_req; in atl1c_cal_tpd_req() local
1981 tpd_req = skb_shinfo(skb)->nr_frags + 1; in atl1c_cal_tpd_req()
1986 tpd_req++; in atl1c_cal_tpd_req()
1988 tpd_req++; in atl1c_cal_tpd_req()
1990 return tpd_req; in atl1c_cal_tpd_req()
2224 u16 tpd_req; in atl1c_xmit_frame() local
2233 tpd_req = atl1c_cal_tpd_req(skb); in atl1c_xmit_frame()
2235 if (atl1c_tpd_avail(adapter, type) < tpd_req) { in atl1c_xmit_frame()
/dports/multimedia/libv4l/linux-5.13-rc2/drivers/net/ethernet/atheros/atl1c/
H A Datl1c_main.c1978 u16 tpd_req; in atl1c_cal_tpd_req() local
1981 tpd_req = skb_shinfo(skb)->nr_frags + 1; in atl1c_cal_tpd_req()
1986 tpd_req++; in atl1c_cal_tpd_req()
1988 tpd_req++; in atl1c_cal_tpd_req()
1990 return tpd_req; in atl1c_cal_tpd_req()
2224 u16 tpd_req; in atl1c_xmit_frame() local
2233 tpd_req = atl1c_cal_tpd_req(skb); in atl1c_xmit_frame()
2235 if (atl1c_tpd_avail(adapter, type) < tpd_req) { in atl1c_xmit_frame()
/dports/emulators/qemu42/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Datl1e.c967 u16 tpd_req = 1; in atl1e_xmit_frame() local
974 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
981 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/emulators/qemu-powernv/qemu-powernv-3.0.50/roms/ipxe/src/drivers/net/
H A Datl1e.c967 u16 tpd_req = 1; in atl1e_xmit_frame() local
974 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
981 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/emulators/qemu5/qemu-5.2.0/roms/ipxe/src/drivers/net/
H A Datl1e.c967 u16 tpd_req = 1; in atl1e_xmit_frame() local
974 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
981 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/net/ipxe/ipxe-2265a65/src/drivers/net/
H A Datl1e.c967 u16 tpd_req = 1; in atl1e_xmit_frame() local
974 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
981 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/emulators/qemu-utils/qemu-4.2.1/roms/ipxe/src/drivers/net/
H A Datl1e.c967 u16 tpd_req = 1; in atl1e_xmit_frame() local
974 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
981 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/emulators/qemu-guest-agent/qemu-5.0.1/roms/ipxe/src/drivers/net/
H A Datl1e.c967 u16 tpd_req = 1; in atl1e_xmit_frame() local
974 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
981 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/emulators/qemu/qemu-6.2.0/roms/ipxe/src/drivers/net/
H A Datl1e.c967 u16 tpd_req = 1; in atl1e_xmit_frame() local
974 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
981 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/emulators/qemu60/qemu-6.0.0/roms/ipxe/src/drivers/net/
H A Datl1e.c967 u16 tpd_req = 1; in atl1e_xmit_frame() local
974 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
981 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()
/dports/sysutils/syslinux/syslinux-6.03/gpxe/src/drivers/net/
H A Datl1e.c973 u16 tpd_req = 1; in atl1e_xmit_frame() local
980 if (atl1e_tpd_avail(adapter) < tpd_req) { in atl1e_xmit_frame()
987 atl1e_tx_queue(adapter, tpd_req, tpd); in atl1e_xmit_frame()