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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Dscsi_debug.c1064 int port_group_a, port_group_b, port_a, port_b; local
1082 port_group_b = (((host_no + 1) & 0x7f) << 8) +
1108 arr[n++] = (port_group_b >> 8) & 0xff;
1109 arr[n++] = port_group_b & 0xff;

Completed in 114 milliseconds