Searched refs:ccmni_inst (Results 1 – 2 of 2) sorted by relevance
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() 297 if (if_id >= ARRAY_SIZE(ctlb->ccmni_inst)) in t7xx_ccmni_wwan_newlink() 305 WRITE_ONCE(ctlb->ccmni_inst[if_id], ccmni); in t7xx_ccmni_wwan_newlink() 321 if (if_id >= ARRAY_SIZE(ctlb->ccmni_inst)) in t7xx_ccmni_wwan_dellink() 324 if (WARN_ON(ctlb->ccmni_inst[if_id] != ccmni)) in t7xx_ccmni_wwan_dellink() 327 WRITE_ONCE(ctlb->ccmni_inst[if_id], NULL); in t7xx_ccmni_wwan_dellink() 427 ccmni = READ_ONCE(ccmni_ctlb->ccmni_inst[netif_id]); in t7xx_ccmni_recv_skb() 449 struct t7xx_ccmni *ccmni = READ_ONCE(ctlb->ccmni_inst[ in t7xx_ccmni_queue_tx_irq_notify() [all...]
45 struct t7xx_ccmni *ccmni_inst[NIC_DEV_MAX]; member