Searched refs:dump_len (Results 1 – 5 of 5) sorted by relevance
/titanic_41/usr/src/uts/common/io/hxge/ |
H A D | hxge_send.c | 142 int dump_len; in hxge_start() local 195 dump_len = (int)(MBLKL(mp)); in hxge_start() 196 dump_len = (dump_len > 128) ? 128: dump_len; in hxge_start() 201 tx_ring_p->tdc, mp->b_rptr, dump_len)); in hxge_start() 205 mp->b_rptr, hxge_dump_packet((char *)mp->b_rptr, dump_len))); in hxge_start() 416 dump_len = (len > 128) ? 128: len; in hxge_start() 422 dump_len))); in hxge_start() 730 dump_len = (pkt_len > 128) ? 128: pkt_len; in hxge_start() 734 "ptr $%p: %s", len, dump_len, pkt_len, tot_xfer_len, in hxge_start() 735 (char *)hdrp, hxge_dump_packet((char *)hdrp, dump_len))); in hxge_start()
|
/titanic_41/usr/src/uts/common/io/nxge/ |
H A D | nxge_send.c | 189 int dump_len; in nxge_start() local 332 dump_len = (int)(MBLKL(mp)); in nxge_start() 333 dump_len = (dump_len > 128) ? 128: dump_len; in nxge_start() 340 dump_len)); in nxge_start() 344 nxge_dump_packet((char *)mp->b_rptr, dump_len))); in nxge_start() 600 dump_len = (len > 128) ? 128: len; in nxge_start() 606 dump_len))); in nxge_start() 935 dump_len = (pkt_len > 128) ? 128: pkt_len; in nxge_start() 939 "ptr $%p: %s", len, dump_len, pkt_len, tot_xfer_len, in nxge_start() 941 nxge_dump_packet((char *)hdrp, dump_len))); in nxge_start()
|
H A D | nxge_rxdma.c | 2206 int dump_len; in nxge_receive_packet() local
|
/titanic_41/usr/src/lib/libipsecutil/common/ |
H A D | ikedoor.h | 628 uint32_t dump_len; member
|
/titanic_41/usr/src/cmd/cmd-inet/usr.sbin/ipsecutils/ |
H A D | ikeadm.c | 2706 dreq->dump_len = 0; in do_dump() 2747 (void) munmap((char *)rtn, dump->dump_len); in do_dump()
|