Lines Matching refs:stat
210 info->hdev->stat.byte_tx += len; in bt3c_write_wakeup()
233 info->hdev->stat.byte_rx++; in bt3c_receive()
272 info->hdev->stat.err_rx++; in bt3c_receive()
350 int stat = bt3c_read(iobase, 0x7001); in bt3c_interrupt() local
352 if ((stat & 0xff) == 0x7f) { in bt3c_interrupt()
353 BT_ERR("Very strange (stat=0x%04x)", stat); in bt3c_interrupt()
354 } else if ((stat & 0xff) != 0xff) { in bt3c_interrupt()
355 if (stat & 0x0020) { in bt3c_interrupt()
360 if (stat & 0x0001) in bt3c_interrupt()
362 if (stat & 0x0002) { in bt3c_interrupt()
416 hdev->stat.cmd_tx++; in bt3c_hci_send_frame()
419 hdev->stat.acl_tx++; in bt3c_hci_send_frame()
422 hdev->stat.sco_tx++; in bt3c_hci_send_frame()