Searched refs:c_ops (Results 1 – 4 of 4) sorted by relevance
485 (((c)->c_ops->op) ? \486 ((c)->c_ops->op(args)) : 0)656 struct s5p_mfc_codec_ops *c_ops; member
485 if (ctx->c_ops->post_seq_start) { in s5p_mfc_handle_seq_done()486 if (ctx->c_ops->post_seq_start(ctx)) in s5p_mfc_handle_seq_done()636 if (ctx->c_ops->post_frame_start) { in s5p_mfc_irq()637 if (ctx->c_ops->post_frame_start(ctx)) in s5p_mfc_irq()767 ctx->c_ops = get_dec_codec_ops(); in s5p_mfc_open()777 ctx->c_ops = get_enc_codec_ops(); in s5p_mfc_open()
441 struct cnic_ops *c_ops; in bnx2_cnic_stop() local445 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_stop()447 if (c_ops) { in bnx2_cnic_stop()449 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_stop()457 struct cnic_ops *c_ops; in bnx2_cnic_start() local461 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2_cnic_start()463 if (c_ops) { in bnx2_cnic_start()470 c_ops->cnic_ctl(bp->cnic_data, &info); in bnx2_cnic_start()3453 struct cnic_ops *c_ops; in bnx2_poll_cnic() local3459 c_ops = rcu_dereference(bp->cnic_ops); in bnx2_poll_cnic()[all …]
1948 struct cnic_ops *c_ops = NULL; in bnx2x_interrupt() local1951 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_interrupt()1952 if (c_ops && (bp->cnic_eth_dev.drv_state & in bnx2x_interrupt()1954 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_interrupt()5737 struct cnic_ops *c_ops; in bnx2x_msix_sp_int() local5740 c_ops = rcu_dereference(bp->cnic_ops); in bnx2x_msix_sp_int()5741 if (c_ops) in bnx2x_msix_sp_int()5742 c_ops->cnic_handler(bp->cnic_data, NULL); in bnx2x_msix_sp_int()14528 struct cnic_ops *c_ops; in bnx2x_cnic_ctl_send() local14532 c_ops = rcu_dereference_protected(bp->cnic_ops, in bnx2x_cnic_ctl_send()[all …]