Searched refs:c_ops (Results 1 – 2 of 2) 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()
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()14577 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send() local14581 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2x_cnic_ctl_send()[all …]