Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_txdma.h215 p_mblk_t hxge_tx_pkt_header_reserve(p_mblk_t mp, uint8_t *npads);
221 int pkt_len, uint8_t npads, p_tx_pkt_hdr_all_t pkthdrp);
H A Dhxge_send.c101 uint8_t npads = 0; in hxge_start() local
595 (pkt_len - TX_PKT_HEADER_SIZE), npads, pkthdrp); in hxge_start()
605 min_len = (hxgep->msg_min + TX_PKT_HEADER_SIZE + (npads * 2)); in hxge_start()
682 sop_index, tot_xfer_len, pkt_len, npads)); in hxge_start()
H A Dhxge_txdma.c252 int pkt_len, uint8_t npads, p_tx_pkt_hdr_all_t pkthdrp) in hxge_fill_tx_hdr() argument
277 pkt_len, npads)); in hxge_fill_tx_hdr()
283 tmp = (uint64_t)npads; in hxge_fill_tx_hdr()
449 pkt_len, npads, hdrp->value)); in hxge_fill_tx_hdr()
455 hxge_tx_pkt_header_reserve(p_mblk_t mp, uint8_t *npads) in hxge_tx_pkt_header_reserve() argument
/illumos-gate/usr/src/uts/common/io/nxge/
H A Dnxge_send.c150 uint8_t npads = 0; in nxge_start() local
831 min_len = (ETHERMIN + TX_PKT_HEADER_SIZE + (npads * 2)); in nxge_start()
888 npads)); in nxge_start()
H A Dnxge_txdma.c454 boolean_t l4_cksum, int pkt_len, uint8_t npads, in nxge_fill_tx_hdr() argument
484 "npads %d", pkt_len, npads)); in nxge_fill_tx_hdr()
490 hdrp->value |= (((uint64_t)npads) << TX_PKT_HEADER_PAD_SHIFT); in nxge_fill_tx_hdr()
738 "npads %d value 0x%llx", pkt_len, npads, hdrp->value)); in nxge_fill_tx_hdr()
745 nxge_tx_pkt_header_reserve(p_mblk_t mp, uint8_t *npads) in nxge_tx_pkt_header_reserve() argument