Searched refs:ctlb (Results 1 – 3 of 3) sorted by relevance
66 struct t7xx_ccmni_ctrl *ctlb = ccmni->ctlb; in t7xx_ccmni_send_packet() local71 if (t7xx_dpmaif_tx_send_skb(ctlb->hif_ctrl, txq_number, skb)) in t7xx_ccmni_send_packet()115 static void t7xx_ccmni_start(struct t7xx_ccmni_ctrl *ctlb) in t7xx_ccmni_start() argument120 for (i = 0; i < ctlb->nic_dev_num; i++) { in t7xx_ccmni_start()121 ccmni = ctlb->ccmni_inst[i]; in t7xx_ccmni_start()132 static void t7xx_ccmni_pre_stop(struct t7xx_ccmni_ctrl *ctlb) in t7xx_ccmni_pre_stop() argument137 for (i = 0; i < ctlb->nic_dev_num; i++) { in t7xx_ccmni_pre_stop()138 ccmni = ctlb->ccmni_inst[i]; in t7xx_ccmni_pre_stop()147 static void t7xx_ccmni_post_stop(struct t7xx_ccmni_ctrl *ctlb) in t7xx_ccmni_post_stop() argument152 for (i = 0; i < ctlb->nic_dev_num; i++) { in t7xx_ccmni_post_stop()[all …]
38 struct t7xx_ccmni_ctrl *ctlb; member
6006 u32 ctla, ctlb; in t4_get_trace_filter() local6011 ctlb = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_B_A + ofst); in t4_get_trace_filter()6022 tp->snap_len = TFCAPTUREMAX_G(ctlb); in t4_get_trace_filter()6023 tp->min_len = TFMINPKTSIZE_G(ctlb); in t4_get_trace_filter()