Searched refs:pheader (Results 1 – 2 of 2) sorted by relevance
929 build_init_pkt_header(qlge_t *qlge, ioctl_header_info_t *pheader, uint32_t size) in build_init_pkt_header() argument945 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() local1125 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 …]
72 static void usage(), pheader();266 pheader(); in main()337 pheader(); in main()403 pheader() in pheader() function