Searched refs:bcsp (Results 1 – 1 of 1) sorted by relevance
151 struct bcsp_struct *bcsp = hu->priv; in bcsp_enqueue() local162 skb_queue_tail(&bcsp->rel, skb); in bcsp_enqueue()166 skb_queue_tail(&bcsp->unrel, skb); in bcsp_enqueue()178 static struct sk_buff *bcsp_prepare_pkt(struct bcsp_struct *bcsp, u8 *data, in bcsp_prepare_pkt() argument241 hdr[0] = bcsp->rxseq_txack << 3; in bcsp_prepare_pkt()242 bcsp->txack_req = 0; in bcsp_prepare_pkt()243 BT_DBG("We request packet no %u to card", bcsp->rxseq_txack); in bcsp_prepare_pkt()246 hdr[0] |= 0x80 + bcsp->msgq_txseq; in bcsp_prepare_pkt()247 BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); in bcsp_prepare_pkt()248 bcsp->msgq_txseq = (bcsp->msgq_txseq + 1) & 0x07; in bcsp_prepare_pkt()[all …]