Searched refs:tot_msglen (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/arm/
H A Dfas216.c1309 unsigned int tot_msglen = msgqueue_msglength(&info->scsi.msgs); local
1315 if (tot_msglen) {
1325 msg->fifo = tot_msglen - (fas216_readb(info, REG_CFIS) & CFIS_CF);
1661 int tot_msglen; local
1677 tot_msglen = msgqueue_msglength(&info->scsi.msgs);
1696 if (tot_msglen == 1 || tot_msglen == 3) {
1709 msg->fifo = tot_msglen - (fas216_readb(info, REG_CFIS) & CFIS_CF);
1716 if (tot_msglen == 1)

Completed in 110 milliseconds