Home
last modified time | relevance | path

Searched refs:pkt_bytes (Results 1 – 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/io/mac/
H A Dmac_ktest.c68 const uint8_t *pkt_bytes = etp->etp_raw; in cksum_alloc_pkt() local
98 bcopy(pkt_bytes, mp->b_rptr, to_copy); in cksum_alloc_pkt()
100 pkt_bytes += to_copy; in cksum_alloc_pkt()
124 uchar_t *pkt_bytes, *out_pkt_bytes; in emul_test_parse_input() local
127 if (nvlist_lookup_byte_array(params, "pkt_bytes", &pkt_bytes, in emul_test_parse_input()
190 bcopy(pkt_bytes, etp->etp_raw, pkt_sz); in emul_test_parse_input()
637 uchar_t *pkt_bytes; in alloc_split_pkt() local
640 if (nvlist_lookup_byte_array(nvl, pkt_field, &pkt_bytes, in alloc_split_pkt()
675 bcopy(pkt_bytes, mp->b_wptr, block_sz); in alloc_split_pkt()
679 pkt_bytes += block_sz; in alloc_split_pkt()
/illumos-gate/usr/src/uts/common/io/qede/
H A Dqede_fp.c369 int *pkt_bytes) in qede_lro_end() argument
470 *pkt_bytes = (int)total_packet_length; in qede_lro_end()
580 int *pkt_bytes) in qede_reg_cqe() argument
596 *pkt_bytes = (int)pkt_len; in qede_reg_cqe()
617 *pkt_bytes = 0; in qede_reg_cqe()
696 int pkt_bytes = 0, byte_cnt = 0, pkt_cnt = 0; in qede_process_rx_ring() local
727 &pkt_bytes); in qede_process_rx_ring()
740 &pkt_bytes); in qede_process_rx_ring()
770 byte_cnt += pkt_bytes; in qede_process_rx_ring()