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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/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;
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/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 79 milliseconds