Lines Matching refs:ushort
647 ushort cp_pad_len; /* Number of pad bytes after cp_len */
651 ushort queue_size; /* Max number of cp that can be queued */
652 ushort unused;
653 ushort scatt_size; /* Max number of entries in scatter/gather table */
703 ushort ipad[247];
708 ushort len; /* Number of bytes following this field */
1012 static int read_pio(unsigned long iobase, ushort * start, ushort * end) in read_pio()
1015 ushort *p; in read_pio()
1111 if (read_pio(port_base, (ushort *) & info, (ushort *) & info.ipad[0])) { in port_detect()
1253 cf->len = (ushort) H2DEV16((ushort) 510); in port_detect()
1282 shost->sg_tablesize = (ushort) info.scatt_size; in port_detect()
1283 shost->this_id = (ushort) info.host_addr[3]; in port_detect()
1284 shost->can_queue = (ushort) info.queue_size; in port_detect()