Home
last modified time | relevance | path

Searched refs:ptid (Results 1 – 5 of 5) sorted by relevance

/f-stack/dpdk/drivers/net/txgbe/
H A Dtxgbe_ptypes.c215 u8 ptid; in txgbe_encode_ptype_fcoe() local
220 return ptid; in txgbe_encode_ptype_fcoe()
226 u8 ptid; in txgbe_encode_ptype_mac() local
250 return ptid; in txgbe_encode_ptype_mac()
256 u8 ptid; in txgbe_encode_ptype_ip() local
292 return ptid; in txgbe_encode_ptype_ip()
298 u8 ptid; in txgbe_encode_ptype_tunnel() local
330 return ptid; in txgbe_encode_ptype_tunnel()
379 return ptid; in txgbe_encode_ptype_tunnel()
392 u8 ptid = 0; in txgbe_encode_ptype() local
[all …]
H A Dtxgbe_ptypes.h189 u32 txgbe_decode_ptype(u8 ptid);
313 static inline int txgbe_etflt_id(u8 ptid) in txgbe_etflt_id() argument
315 if (ptid >= TXGBE_PTID_ETF_MIN && ptid <= TXGBE_PTID_ETF_MAX) in txgbe_etflt_id()
316 return ptid - TXGBE_PTID_ETF_MIN; in txgbe_etflt_id()
H A Dtxgbe_rxtx.h327 uint64_t ptid:8; /**< Packet Type Identifier. */ member
H A Dtxgbe_rxtx.c331 tx_offload_mask.ptid |= ~0; in txgbe_set_xmit_ctx()
332 type_tucmd_mlhl |= TXGBE_TXD_PTID(tx_offload.ptid); in txgbe_set_xmit_ctx()
734 tx_offload.ptid = tx_desc_ol_flags_to_ptid(tx_ol_req, in txgbe_xmit_pkts()
1027 uint16_t ptid = TXGBE_RXD_PTID(pkt_info); in txgbe_rxd_pkt_info_to_pkt_type() local
1029 ptid &= ptid_mask; in txgbe_rxd_pkt_info_to_pkt_type()
1031 return txgbe_decode_ptype(ptid); in txgbe_rxd_pkt_info_to_pkt_type()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_sendrecv.c1461 pthread_t ptid; in estimate_size() local
1470 err = pthread_create(&ptid, NULL, in estimate_size()
1485 (void) pthread_cancel(ptid); in estimate_size()
1486 (void) pthread_join(ptid, &status); in estimate_size()
2392 pthread_t ptid; in zfs_send_one() local
2497 err = pthread_create(&ptid, NULL, in zfs_send_one()
2512 (void) pthread_cancel(ptid); in zfs_send_one()
2513 (void) pthread_join(ptid, &status); in zfs_send_one()