Searched refs:shtx (Results 1 - 24 of 24) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dbfin_mac.c806 union skb_shared_tx *shtx = skb_tx(skb); local
808 if (shtx->hardware) {
814 shtx->in_progress = 1;
994 union skb_shared_tx *shtx = skb_tx(skb); local
1008 if (shtx->hardware)
1018 if (shtx->hardware)
H A Dgianfar.c2051 union skb_shared_tx *shtx; local
2072 shtx = skb_tx(skb);
2075 if (unlikely(shtx->hardware && priv->hwts_tx_en))
2177 shtx->in_progress = 1;
2449 union skb_shared_tx *shtx; local
2464 shtx = skb_tx(skb);
2465 if (unlikely(shtx->in_progress))
2479 if (unlikely(shtx->in_progress)) {
2488 if (unlikely(shtx->in_progress)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dbfin_mac.c806 union skb_shared_tx *shtx = skb_tx(skb); local
808 if (shtx->hardware) {
814 shtx->in_progress = 1;
994 union skb_shared_tx *shtx = skb_tx(skb); local
1008 if (shtx->hardware)
1018 if (shtx->hardware)
H A Dgianfar.c2051 union skb_shared_tx *shtx; local
2072 shtx = skb_tx(skb);
2075 if (unlikely(shtx->hardware && priv->hwts_tx_en))
2177 shtx->in_progress = 1;
2449 union skb_shared_tx *shtx; local
2464 shtx = skb_tx(skb);
2465 if (unlikely(shtx->in_progress))
2479 if (unlikely(shtx->in_progress)) {
2488 if (unlikely(shtx->in_progress)) {
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/igb/
H A Digb.h146 union skb_shared_tx shtx; member in struct:igb_buffer::__anon16740::__anon16741
H A Digb_main.c3950 tx_ring->buffer_info[i].shtx = skb_shinfo(skb)->tx_flags;
4084 union skb_shared_tx *shtx = skb_tx(skb); local
4096 if (unlikely(shtx->hardware)) {
4097 shtx->in_progress = 1;
5315 if (likely(!buffer_info->shtx.hardware) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/igb/
H A Digb.h146 union skb_shared_tx shtx; member in struct:igb_buffer::__anon28433::__anon28434
H A Digb_main.c3950 tx_ring->buffer_info[i].shtx = skb_shinfo(skb)->tx_flags;
4084 union skb_shared_tx *shtx = skb_tx(skb); local
4096 if (unlikely(shtx->hardware)) {
4097 shtx->in_progress = 1;
5315 if (likely(!buffer_info->shtx.hardware) ||
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/linux/
H A Dskbuff.h2053 union skb_shared_tx *shtx = skb_tx(skb); local
2054 if (shtx->software && !shtx->in_progress)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/ipv4/
H A Dip_output.c971 ipc->shtx.flags = 0;
982 *skb_tx(skb) = ipc->shtx;
1402 ipc.shtx.flags = 0;
H A Dicmp.c382 ipc.shtx.flags = 0;
541 ipc.shtx.flags = 0;
H A Draw.c508 ipc.shtx.flags = 0;
H A Dudp.c800 ipc.shtx.flags = 0;
848 err = sock_tx_timestamp(msg, sk, &ipc.shtx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/ipv4/
H A Dip_output.c971 ipc->shtx.flags = 0;
982 *skb_tx(skb) = ipc->shtx;
1402 ipc.shtx.flags = 0;
H A Dicmp.c382 ipc.shtx.flags = 0;
541 ipc.shtx.flags = 0;
H A Draw.c508 ipc.shtx.flags = 0;
H A Dudp.c800 ipc.shtx.flags = 0;
848 err = sock_tx_timestamp(msg, sk, &ipc.shtx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/linux/
H A Dskbuff.h2053 union skb_shared_tx *shtx = skb_tx(skb); local
2054 if (shtx->software && !shtx->in_progress)
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/include/net/
H A Dip.h56 union skb_shared_tx shtx; member in struct:ipcm_cookie
H A Dsock.h1677 * @shtx: filled with instructions for time stamping
1684 union skb_shared_tx *shtx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/include/net/
H A Dip.h56 union skb_shared_tx shtx; member in struct:ipcm_cookie
H A Dsock.h1677 * @shtx: filled with instructions for time stamping
1684 union skb_shared_tx *shtx);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/net/
H A Dsocket.c539 union skb_shared_tx *shtx)
541 shtx->flags = 0;
543 shtx->hardware = 1;
545 shtx->software = 1;
538 sock_tx_timestamp(struct msghdr *msg, struct sock *sk, union skb_shared_tx *shtx) argument
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/net/
H A Dsocket.c539 union skb_shared_tx *shtx)
541 shtx->flags = 0;
543 shtx->hardware = 1;
545 shtx->software = 1;
538 sock_tx_timestamp(struct msghdr *msg, struct sock *sk, union skb_shared_tx *shtx) argument

Completed in 485 milliseconds