Lines Matching refs:sent
2516 struct hci_command_hdr *sent = (void *) hdev->sent_cmd->data; in hci_cmd_timeout() local
2517 u16 opcode = __le16_to_cpu(sent->opcode); in hci_cmd_timeout()
3550 if (c->sent < min) { in hci_low_sent()
3551 min = c->sent; in hci_low_sent()
3600 if (c->type == type && c->sent) { in hci_link_tx_to()
3652 if (conn->sent < min) { in hci_chan_sent()
3653 min = conn->sent; in hci_chan_sent()
3716 if (chan->sent) { in hci_prio_recalculate()
3717 chan->sent = 0; in hci_prio_recalculate()
3788 chan->sent++; in hci_sched_acl_pkt()
3789 chan->conn->sent++; in hci_sched_acl_pkt()
3842 chan->sent += blocks; in hci_sched_acl_blk()
3843 chan->conn->sent += blocks; in hci_sched_acl_blk()
3891 conn->sent++; in hci_sched_sco()
3892 if (conn->sent == ~0) in hci_sched_sco()
3893 conn->sent = 0; in hci_sched_sco()
3915 conn->sent++; in hci_sched_esco()
3916 if (conn->sent == ~0) in hci_sched_esco()
3917 conn->sent = 0; in hci_sched_esco()
3959 chan->sent++; in hci_sched_le()
3960 chan->conn->sent++; in hci_sched_le()
4076 struct hci_command_hdr *sent; in hci_resend_last() local
4083 sent = (void *) hdev->sent_cmd->data; in hci_resend_last()
4084 opcode = __le16_to_cpu(sent->opcode); in hci_resend_last()