Lines Matching refs:ccmni_inst
175 ccmni = ctlb->ccmni_inst[i]; in t7xx_ccmni_start()
195 ccmni = ctlb->ccmni_inst[i]; in t7xx_ccmni_pre_stop()
213 ccmni = ctlb->ccmni_inst[i]; in t7xx_ccmni_post_stop()
291 if (if_id >= ARRAY_SIZE(ctlb->ccmni_inst)) in t7xx_ccmni_wwan_newlink()
299 ctlb->ccmni_inst[if_id] = ccmni; in t7xx_ccmni_wwan_newlink()
315 if (if_id >= ARRAY_SIZE(ctlb->ccmni_inst)) in t7xx_ccmni_wwan_dellink()
318 if (WARN_ON(ctlb->ccmni_inst[if_id] != ccmni)) in t7xx_ccmni_wwan_dellink()
416 ccmni = ccmni_ctlb->ccmni_inst[netif_id]; in t7xx_ccmni_recv_skb()
438 struct t7xx_ccmni *ccmni = ctlb->ccmni_inst[0]; in t7xx_ccmni_queue_tx_irq_notify()
450 struct t7xx_ccmni *ccmni = ctlb->ccmni_inst[0]; in t7xx_ccmni_queue_tx_full_notify()
468 if (!ctlb->ccmni_inst[0]) { in t7xx_ccmni_queue_state_notify()