Searched refs:pktcnt (Results 1 – 8 of 8) sorted by relevance
/titanic_41/usr/src/uts/common/io/1394/adapters/ |
H A D | hci1394_ixl_comp.c | 355 uint32_t pktcnt; in hci1394_parse_ixl() local 453 pktcnt = 0; in hci1394_parse_ixl() 455 pktcnt = cur_xfer_buf_ixlp->size / in hci1394_parse_ixl() 458 if ((pktcnt == 0) || ((pktsize * pktcnt) != in hci1394_parse_ixl() 609 pktcnt = 0; in hci1394_parse_ixl() 611 pktcnt = cur_xfer_buf_ixlp->size / pktsize; in hci1394_parse_ixl() 613 if ((pktcnt == 0) || ((pktsize * pktcnt) != in hci1394_parse_ixl() 1588 uint32_t pktcnt; in hci1394_bld_recv_buf_ppb_desc() local 1600 pktcnt = local_ixl_cur_xfer_stp->size / pktsize; in hci1394_bld_recv_buf_ppb_desc() 1603 if ((xctlp = hci1394_alloc_xfer_ctl(wvp, pktcnt)) == NULL) { in hci1394_bld_recv_buf_ppb_desc() [all …]
|
/titanic_41/usr/src/lib/libfru/libfruraw/ |
H A D | raw_access.c | 798 int pktcnt = 0; in get_packets() local 890 pktcnt++; in get_packets() 914 return (pktcnt); in get_packets() 928 return (pktcnt); in get_packets() 969 int pktcnt; in fru_get_num_packets() local 1020 pktcnt = get_packets(seg_hash, g_raw, offset, length); in fru_get_num_packets() 1021 if (pktcnt == -1) { in fru_get_num_packets() 1026 segment_object->num_of_packets = pktcnt; in fru_get_num_packets()
|
/titanic_41/usr/src/uts/common/netinet/ |
H A D | ip_mroute.h | 149 uint_t pktcnt; member
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/lib/fruaccess/ |
H A D | fru_access.c | 1903 int pktcnt = 0; in get_dev_or_buffered_packets() local 1993 pktcnt++; in get_dev_or_buffered_packets() 2044 return (pktcnt); in get_dev_or_buffered_packets() 2076 int pktcnt; in fru_get_num_packets() local 2129 pktcnt = get_packets(seg_hash, device_fd, offset, length); in fru_get_num_packets() 2146 pktcnt = get_buffered_packets(seg_hash, seg_buf, in fru_get_num_packets() 2155 if (pktcnt == -1) { in fru_get_num_packets() 2160 segment_object->num_of_packets = pktcnt; in fru_get_num_packets()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/blade/fruaccess/ |
H A D | fru_access.c | 1845 int pktcnt = 0; in get_packets() local 1907 pktcnt++; in get_packets() 1938 return (pktcnt); in get_packets() 1958 int pktcnt; in fru_get_num_packets() local 2003 pktcnt = get_packets(seg_hash, device_fd, offset, in fru_get_num_packets() 2005 if (pktcnt == -1) { in fru_get_num_packets() 2010 segment_object->num_of_packets = pktcnt; in fru_get_num_packets()
|
/titanic_41/usr/src/cmd/picl/plugins/sun4u/snowbird/lib/fruaccess/ |
H A D | libfruaccess.c | 2165 int pktcnt = 0; in get_packets() local 2249 pktcnt++; in get_packets() 2279 return (pktcnt); in get_packets() 2299 int pktcnt; in sun_fru_get_num_packets() local 2343 pktcnt = get_packets(seg_hash, device_fd, offset, in sun_fru_get_num_packets() 2345 if (pktcnt == -1) { in sun_fru_get_num_packets() 2350 segment_object->num_of_packets = pktcnt; in sun_fru_get_num_packets()
|
/titanic_41/usr/src/uts/common/inet/ip/ |
H A D | ip_mroute.c | 448 req->pktcnt = rt->mfc_pkt_cnt; in get_sg_cnt() 453 req->pktcnt = req->bytecnt = req->wrong_if = 0xffffffffU; in get_sg_cnt()
|
/titanic_41/usr/src/uts/sun4u/starfire/io/ |
H A D | idn_proto.c | 4834 int pktcnt = 0; in idn_send_data() local 5415 pktcnt++; in idn_send_data() 5425 if (pktcnt > 1) in idn_send_data() 5428 proc, pktcnt, orig_msglen); in idn_send_data() 5432 proc, dst_domid, pktcnt, dst_netaddr.net.chan, in idn_send_data()
|