Lines Matching refs:sent
2775 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout() local
2776 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout()
4480 if (c->sent < min) { in hci_low_sent()
4481 min = c->sent; in hci_low_sent()
4530 if (c->type == type && c->sent) { in hci_link_tx_to()
4582 if (conn->sent < min) { in hci_chan_sent()
4583 min = conn->sent; in hci_chan_sent()
4646 if (chan->sent) { in hci_prio_recalculate()
4647 chan->sent = 0; in hci_prio_recalculate()
4718 conn->sent++; in hci_sched_sco()
4719 if (conn->sent == ~0) in hci_sched_sco()
4720 conn->sent = 0; in hci_sched_sco()
4742 conn->sent++; in hci_sched_esco()
4743 if (conn->sent == ~0) in hci_sched_esco()
4744 conn->sent = 0; in hci_sched_esco()
4778 chan->sent++; in hci_sched_acl_pkt()
4779 chan->conn->sent++; in hci_sched_acl_pkt()
4836 chan->sent += blocks; in hci_sched_acl_blk()
4837 chan->conn->sent += blocks; in hci_sched_acl_blk()
4900 chan->sent++; in hci_sched_le()
4901 chan->conn->sent++; in hci_sched_le()
5025 struct hci_command_hdr *sent; in hci_resend_last() local
5032 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
5033 opcode = __le16_to_cpu(sent->opcode); in hci_resend_last()