Lines Matching defs:stat
210 info->hdev->stat.byte_tx += len;
233 info->hdev->stat.byte_rx++;
273 info->hdev->stat.err_rx++;
351 int stat = bt3c_read(iobase, 0x7001);
353 if ((stat & 0xff) == 0x7f) {
354 BT_ERR("Very strange (stat=0x%04x)", stat);
355 } else if ((stat & 0xff) != 0xff) {
356 if (stat & 0x0020) {
361 if (stat & 0x0001)
363 if (stat & 0x0002) {
417 hdev->stat.cmd_tx++;
420 hdev->stat.acl_tx++;
423 hdev->stat.sco_tx++;