Lines Matching refs:cbfn
418 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_iq_create()
497 csio_mb_iq_alloc_write(hw, mbp, priv, CSIO_MB_DEFAULT_TMO, &iqp, cbfn); in csio_wr_iq_create()
505 if (cbfn != NULL) in csio_wr_iq_create()
559 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_eq_create()
585 &eqp, cbfn); in csio_wr_eq_create()
593 if (cbfn != NULL) in csio_wr_eq_create()
633 void (*cbfn)(struct csio_hw *, struct csio_mb *)) in csio_wr_iq_destroy()
659 csio_mb_iq_free(hw, mbp, priv, CSIO_MB_DEFAULT_TMO, &iqp, cbfn); in csio_wr_iq_destroy()
667 if (cbfn != NULL) in csio_wr_iq_destroy()
707 void (*cbfn) (struct csio_hw *, struct csio_mb *)) in csio_wr_eq_destroy()
723 csio_mb_eq_ofld_free(hw, mbp, priv, CSIO_MB_DEFAULT_TMO, &eqp, cbfn); in csio_wr_eq_destroy()
731 if (cbfn != NULL) in csio_wr_eq_destroy()