Searched refs:npads (Results 1 – 5 of 5) sorted by relevance
/titanic_50/usr/src/uts/common/io/hxge/ |
H A D | hxge_txdma.h | 215 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 D | hxge_send.c | 101 uint8_t npads = 0; in hxge_start() local 619 (pkt_len - TX_PKT_HEADER_SIZE), npads, pkthdrp); in hxge_start() 629 min_len = (hxgep->msg_min + TX_PKT_HEADER_SIZE + (npads * 2)); in hxge_start() 706 sop_index, tot_xfer_len, pkt_len, npads)); in hxge_start()
|
H A D | hxge_txdma.c | 252 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
|
/titanic_50/usr/src/uts/common/io/nxge/ |
H A D | nxge_txdma.c | 454 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
|
H A D | nxge_send.c | 150 uint8_t npads = 0; in nxge_start() local 852 min_len = (ETHERMIN + TX_PKT_HEADER_SIZE + (npads * 2)); in nxge_start() 909 npads)); in nxge_start()
|