Searched refs:ptid (Results 1 – 5 of 5) sorted by relevance
215 u8 ptid; in txgbe_encode_ptype_fcoe() local220 return ptid; in txgbe_encode_ptype_fcoe()226 u8 ptid; in txgbe_encode_ptype_mac() local250 return ptid; in txgbe_encode_ptype_mac()256 u8 ptid; in txgbe_encode_ptype_ip() local292 return ptid; in txgbe_encode_ptype_ip()298 u8 ptid; in txgbe_encode_ptype_tunnel() local330 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 …]
189 u32 txgbe_decode_ptype(u8 ptid);313 static inline int txgbe_etflt_id(u8 ptid) in txgbe_etflt_id() argument315 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()
327 uint64_t ptid:8; /**< Packet Type Identifier. */ member
331 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() local1029 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()
1461 pthread_t ptid; in estimate_size() local1470 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() local2497 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()