Lines Matching refs:cbfn
416 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_iq_create()
493 csio_mb_iq_alloc_write(hw, mbp, priv, CSIO_MB_DEFAULT_TMO, &iqp, cbfn); in csio_wr_iq_create()
501 if (cbfn != NULL) in csio_wr_iq_create()
555 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_eq_create()
581 &eqp, cbfn); in csio_wr_eq_create()
589 if (cbfn != NULL) in csio_wr_eq_create()
629 void (*cbfn)(struct csio_hw *, struct csio_mb *)) in csio_wr_iq_destroy()
655 csio_mb_iq_free(hw, mbp, priv, CSIO_MB_DEFAULT_TMO, &iqp, cbfn); in csio_wr_iq_destroy()
663 if (cbfn != NULL) in csio_wr_iq_destroy()
703 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_eq_destroy()
719 csio_mb_eq_ofld_free(hw, mbp, priv, CSIO_MB_DEFAULT_TMO, &eqp, cbfn); in csio_wr_eq_destroy()
727 if (cbfn != NULL) in csio_wr_eq_destroy()