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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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)) {
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/igb/
H A Digb.h146 union skb_shared_tx shtx; member in struct:igb_buffer::__anon12891::__anon12892
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) ||
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/net/ipv4/
H A Dip_output.c1007 ipc->shtx.flags = 0;
1018 *skb_tx(skb) = ipc->shtx;
1438 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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dskbuff.h2032 union skb_shared_tx *shtx = skb_tx(skb); local
2033 if (shtx->software && !shtx->in_progress)
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/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

Completed in 300 milliseconds