Home
last modified time | relevance | path

Searched refs:tx_flags (Results 1 – 7 of 7) sorted by relevance

/linux-4.19.296/drivers/hid/intel-ish-hid/ishtp/
Dclient.c529 unsigned long tx_flags, tx_free_flags; in ishtp_cl_send() local
583 spin_lock_irqsave(&cl->tx_list_spinlock, tx_flags); in ishtp_cl_send()
586 spin_unlock_irqrestore(&cl->tx_list_spinlock, tx_flags); in ishtp_cl_send()
635 unsigned long tx_flags, tx_free_flags; in ipc_tx_callback() local
651 spin_lock_irqsave(&cl->tx_list_spinlock, tx_flags); in ipc_tx_callback()
653 spin_unlock_irqrestore(&cl->tx_list_spinlock, tx_flags); in ipc_tx_callback()
658 spin_unlock_irqrestore(&cl->tx_list_spinlock, tx_flags); in ipc_tx_callback()
683 spin_unlock_irqrestore(&cl->tx_list_spinlock, tx_flags); in ipc_tx_callback()
692 spin_unlock_irqrestore(&cl->tx_list_spinlock, tx_flags); in ipc_tx_callback()
734 unsigned long tx_flags, tx_free_flags; in ishtp_cl_send_msg_dma() local
[all …]
Dhbm.c817 unsigned long flags, tx_flags; in recv_hbm() local
842 tx_flags); in recv_hbm()
850 tx_flags); in recv_hbm()
855 tx_flags); in recv_hbm()
/linux-4.19.296/include/trace/events/
Dnet.h34 __field( u8, tx_flags )
55 __entry->tx_flags = skb_shinfo(skb)->tx_flags;
67 __entry->transport_offset, __entry->tx_flags,
/linux-4.19.296/fs/exofs/
Dore_raid.c256 unsigned tx_flags = ASYNC_TX_ACK; in _gen_xor_unit() local
259 tx_flags |= ASYNC_TX_XOR_ZERO_DST; in _gen_xor_unit()
267 init_async_submit(&_1ps->submit, tx_flags, in _gen_xor_unit()
/linux-4.19.296/include/net/
Dsock.h2443 void __sock_tx_timestamp(__u16 tsflags, __u8 *tx_flags);
2455 __u8 *tx_flags, __u32 *tskey) in _sock_tx_timestamp() argument
2458 __sock_tx_timestamp(tsflags, tx_flags); in _sock_tx_timestamp()
2464 *tx_flags |= SKBTX_WIFI_STATUS; in _sock_tx_timestamp()
2468 __u8 *tx_flags) in sock_tx_timestamp() argument
2470 _sock_tx_timestamp(sk, tsflags, tx_flags, NULL); in sock_tx_timestamp()
2475 _sock_tx_timestamp(skb->sk, tsflags, &skb_shinfo(skb)->tx_flags, in skb_setup_tx_timestamp()
Dinet_sock.h141 u8 tx_flags; member
/linux-4.19.296/include/linux/
Dskbuff.h497 __u8 tx_flags; member
1301 bool is_zcopy = skb && skb_shinfo(skb)->tx_flags & SKBTX_DEV_ZEROCOPY; in skb_zcopy()
1311 skb_shinfo(skb)->tx_flags |= SKBTX_ZEROCOPY_FRAG; in skb_zcopy_set()
1318 skb_shinfo(skb)->tx_flags |= SKBTX_ZEROCOPY_FRAG; in skb_zcopy_set_nouarg()
1346 skb_shinfo(skb)->tx_flags &= ~SKBTX_ZEROCOPY_FRAG; in skb_zcopy_clear()
1357 skb_shinfo(skb)->tx_flags &= ~SKBTX_ZEROCOPY_FRAG; in skb_zcopy_abort()
3133 skb_shinfo(skb)->tx_flags & SKBTX_SHARED_FRAG; in skb_has_shared_frag()
3654 if (skb_shinfo(skb)->tx_flags & SKBTX_SW_TSTAMP) in skb_tx_timestamp()