Searched refs:bcsp (Results 1 – 1 of 1) sorted by relevance
150 struct bcsp_struct *bcsp = hu->priv; in bcsp_enqueue() local161 skb_queue_tail(&bcsp->rel, skb); in bcsp_enqueue()165 skb_queue_tail(&bcsp->unrel, skb); in bcsp_enqueue()177 static struct sk_buff *bcsp_prepare_pkt(struct bcsp_struct *bcsp, u8 *data, in bcsp_prepare_pkt() argument238 hdr[0] = bcsp->rxseq_txack << 3; in bcsp_prepare_pkt()239 bcsp->txack_req = 0; in bcsp_prepare_pkt()240 BT_DBG("We request packet no %u to card", bcsp->rxseq_txack); in bcsp_prepare_pkt()243 hdr[0] |= 0x80 + bcsp->msgq_txseq; in bcsp_prepare_pkt()244 BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); in bcsp_prepare_pkt()245 bcsp->msgq_txseq = (bcsp->msgq_txseq + 1) & 0x07; in bcsp_prepare_pkt()[all …]