Searched refs:bcsp (Results 1 – 1 of 1) sorted by relevance
136 struct bcsp_struct *bcsp = hu->priv; in bcsp_enqueue() local147 skb_queue_tail(&bcsp->rel, skb); in bcsp_enqueue()151 skb_queue_tail(&bcsp->unrel, skb); in bcsp_enqueue()163 static struct sk_buff *bcsp_prepare_pkt(struct bcsp_struct *bcsp, u8 *data, in bcsp_prepare_pkt() argument226 hdr[0] = bcsp->rxseq_txack << 3; in bcsp_prepare_pkt()227 bcsp->txack_req = 0; in bcsp_prepare_pkt()228 BT_DBG("We request packet no %u to card", bcsp->rxseq_txack); in bcsp_prepare_pkt()231 hdr[0] |= 0x80 + bcsp->msgq_txseq; in bcsp_prepare_pkt()232 BT_DBG("Sending packet with seqno %u", bcsp->msgq_txseq); in bcsp_prepare_pkt()233 bcsp->msgq_txseq = (bcsp->msgq_txseq + 1) & 0x07; in bcsp_prepare_pkt()[all …]