Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlge/
H A Dqlge_dbg.c931 qlge->ioctl_total_length = size; in build_init_pkt_header()
933 qlge->ioctl_total_length)); in build_init_pkt_header()
936 if ((qlge->ioctl_total_length % IOCTL_MAX_DATA_LEN) != 0) in build_init_pkt_header()
946 pheader->total_length = qlge->ioctl_total_length; in build_init_pkt_header()
1119 qlge->ioctl_total_length - in ql_chip_ioctl()
1127 pheader->total_length = qlge->ioctl_total_length; in ql_chip_ioctl()
1140 qlge->ioctl_total_length) { in ql_chip_ioctl()
1156 remaining_bytes = qlge->ioctl_total_length - in ql_chip_ioctl()
1162 pheader->total_length = qlge->ioctl_total_length; in ql_chip_ioctl()
1174 qlge->ioctl_total_length) { in ql_chip_ioctl()
[all …]
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h749 uint32_t ioctl_total_length; member