Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c929 build_init_pkt_header(qlge_t *qlge, ioctl_header_info_t *pheader, uint32_t size) in build_init_pkt_header() argument
945 pheader->version = 0; in build_init_pkt_header()
946 pheader->total_length = qlge->ioctl_total_length; in build_init_pkt_header()
947 pheader->payload_length = 0; in build_init_pkt_header()
948 pheader->expected_trans_times = qlge->expected_trans_times; in build_init_pkt_header()
969 ioctl_header_info_t *pheader; in ql_chip_ioctl() local
1125 pheader = (ioctl_header_info_t *)(void *)dmp->b_rptr; in ql_chip_ioctl()
1126 pheader->version = 0; in ql_chip_ioctl()
1127 pheader->total_length = qlge->ioctl_total_length; in ql_chip_ioctl()
1128 pheader->expected_trans_times = in ql_chip_ioctl()
[all …]
/titanic_50/usr/src/cmd/fs.d/ufs/df/
H A Ddf.c72 static void usage(), pheader();
266 pheader(); in main()
337 pheader(); in main()
403 pheader() in pheader() function