Searched refs:ctlb (Results 1 - 3 of 3) sorted by relevance

/linux-master/drivers/net/wwan/t7xx/
H A Dt7xx_netdev.c47 static void t7xx_ccmni_enable_napi(struct t7xx_ccmni_ctrl *ctlb) argument
52 ctrl = ctlb->hif_ctrl;
54 if (ctlb->is_napi_en)
68 napi_enable(ctlb->napi[i]);
69 napi_schedule(ctlb->napi[i]);
71 ctlb->is_napi_en = true;
74 static void t7xx_ccmni_disable_napi(struct t7xx_ccmni_ctrl *ctlb) argument
78 if (!ctlb->is_napi_en)
82 napi_synchronize(ctlb->napi[i]);
83 napi_disable(ctlb
120 struct t7xx_ccmni_ctrl *ctlb = ccmni->ctlb; local
169 t7xx_ccmni_start(struct t7xx_ccmni_ctrl *ctlb) argument
189 t7xx_ccmni_pre_stop(struct t7xx_ccmni_ctrl *ctlb) argument
204 t7xx_ccmni_post_stop(struct t7xx_ccmni_ctrl *ctlb) argument
256 t7xx_init_netdev_napi(struct t7xx_ccmni_ctrl *ctlb) argument
274 t7xx_uninit_netdev_napi(struct t7xx_ccmni_ctrl *ctlb) argument
287 struct t7xx_ccmni_ctrl *ctlb = ctxt; local
312 struct t7xx_ccmni_ctrl *ctlb = ctxt; local
331 t7xx_ccmni_register_wwan(struct t7xx_ccmni_ctrl *ctlb) argument
352 struct t7xx_ccmni_ctrl *ctlb = para; local
394 struct t7xx_ccmni_ctrl *ctlb = t7xx_dev->ccmni_ctlb; local
436 t7xx_ccmni_queue_tx_irq_notify(struct t7xx_ccmni_ctrl *ctlb, int qno) argument
448 t7xx_ccmni_queue_tx_full_notify(struct t7xx_ccmni_ctrl *ctlb, int qno) argument
463 struct t7xx_ccmni_ctrl *ctlb = t7xx_dev->ccmni_ctlb; local
482 struct t7xx_ccmni_ctrl *ctlb; local
505 struct t7xx_ccmni_ctrl *ctlb = t7xx_dev->ccmni_ctlb; local
[all...]
H A Dt7xx_netdev.h39 struct t7xx_ccmni_ctrl *ctlb; member in struct:t7xx_ccmni
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dt4_hw.c6008 u32 ctla, ctlb; local
6013 ctlb = t4_read_reg(adap, MPS_TRC_FILTER_MATCH_CTL_B_A + ofst);
6024 tp->snap_len = TFCAPTUREMAX_G(ctlb);
6025 tp->min_len = TFMINPKTSIZE_G(ctlb);

Completed in 142 milliseconds