Lines Matching refs:stat
211 info->hdev->stat.byte_tx += len; in bt3c_write_wakeup()
234 info->hdev->stat.byte_rx++; in bt3c_receive()
273 info->hdev->stat.err_rx++; in bt3c_receive()
352 int stat = bt3c_read(iobase, 0x7001); in bt3c_interrupt() local
354 if ((stat & 0xff) == 0x7f) { in bt3c_interrupt()
355 BT_ERR("Very strange (stat=0x%04x)", stat); in bt3c_interrupt()
356 } else if ((stat & 0xff) != 0xff) { in bt3c_interrupt()
357 if (stat & 0x0020) { in bt3c_interrupt()
362 if (stat & 0x0001) in bt3c_interrupt()
364 if (stat & 0x0002) { in bt3c_interrupt()
423 hdev->stat.cmd_tx++; in bt3c_hci_send_frame()
426 hdev->stat.acl_tx++; in bt3c_hci_send_frame()
429 hdev->stat.sco_tx++; in bt3c_hci_send_frame()