Searched refs:c_ops (Results 1 – 4 of 4) sorted by relevance
541 (((c)->c_ops->op) ? \542 ((c)->c_ops->op(args)) : 0)718 const struct s5p_mfc_codec_ops *c_ops; member
511 if (ctx->c_ops->post_seq_start) { in s5p_mfc_handle_seq_done()512 if (ctx->c_ops->post_seq_start(ctx)) in s5p_mfc_handle_seq_done()664 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq()665 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq()793 ctx->c_ops = get_dec_codec_ops(); in s5p_mfc_open()803 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()3445 struct cnic_ops *c_ops; in bnx2_poll_cnic() local3451 c_ops = rcu_dereference(bp->cnic_ops); in bnx2_poll_cnic()[all …]
1949 struct cnic_ops *c_ops = NULL; in bnx2x_interrupt() local1952 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_interrupt()1953 if (c_ops && (bp->cnic_eth_dev.drv_state & in bnx2x_interrupt()1955 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_interrupt()5749 struct cnic_ops *c_ops; in bnx2x_msix_sp_int() local5752 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_msix_sp_int()5753 if (c_ops) in bnx2x_msix_sp_int()5754 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_msix_sp_int()14549 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send() local14553 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2x_cnic_ctl_send()[all …]