Searched refs:c_ops (Results 1 – 3 of 3) sorted by relevance
525 if (ctx->c_ops->post_seq_start) { in s5p_mfc_handle_seq_done()526 if (ctx->c_ops->post_seq_start(ctx)) in s5p_mfc_handle_seq_done()681 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq()682 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq()827 ctx->c_ops = get_dec_codec_ops(); in s5p_mfc_open()837 ctx->c_ops = get_enc_codec_ops(); in s5p_mfc_open()
438 struct cnic_ops *c_ops; in bnx2_cnic_stop() local442 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_stop()444 if (c_ops) { in bnx2_cnic_stop()446 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_stop()454 struct cnic_ops *c_ops; in bnx2_cnic_start() local458 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_start()460 if (c_ops) { in bnx2_cnic_start()467 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_start()3444 struct cnic_ops *c_ops; in bnx2_poll_cnic() local3450 c_ops = rcu_dereference(bp->cnic_ops); in bnx2_poll_cnic()[all …]
1962 struct cnic_ops *c_ops = NULL; in bnx2x_interrupt() local1965 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_interrupt()1966 if (c_ops && (bp->cnic_eth_dev.drv_state & in bnx2x_interrupt()1968 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_interrupt()5762 struct cnic_ops *c_ops; in bnx2x_msix_sp_int() local5765 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_msix_sp_int()5766 if (c_ops) in bnx2x_msix_sp_int()5767 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_msix_sp_int()14558 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send() local14562 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2x_cnic_ctl_send()[all …]