Searched refs:max_channel (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/sys/dev/virtio/scsi/
H A Dvirtio_scsi.h108 uint16_t max_channel; member in struct:virtio_scsi_config
H A Dvirtio_scsi.c301 sc->vtscsi_max_channel = scsicfg.max_channel;
467 VTSCSI_GET_CONFIG(dev, max_channel, scsicfg);
/freebsd-13-stable/contrib/tcpdump/
H A Dprint-pptp.c100 uint16_t max_channel; member in struct:pptp_msg_sccrq
112 uint16_t max_channel; member in struct:pptp_msg_sccrp
248 2 uint16_t max_channel;
398 const uint16_t *max_channel)
400 ND_PRINT((ndo, " MAX_CHAN(%u)", EXTRACT_16BITS(max_channel)));
531 ND_TCHECK(ptr->max_channel);
532 pptp_max_channel_print(ndo, &ptr->max_channel);
562 ND_TCHECK(ptr->max_channel);
563 pptp_max_channel_print(ndo, &ptr->max_channel);
397 pptp_max_channel_print(netdissect_options *ndo, const uint16_t *max_channel) argument
/freebsd-13-stable/usr.sbin/bhyve/
H A Dpci_virtio_scsi.c101 uint16_t max_channel; member in struct:pci_vtscsi_config
320 .max_channel = VIRTIO_SCSI_MAX_CHANNEL,

Completed in 178 milliseconds