Searched refs:start_cbfn (Results 1 – 3 of 3) sorted by relevance
90 if ((rxf)->start_cbfn) { \93 cbfn = (rxf)->start_cbfn; \95 (rxf)->start_cbfn = NULL; \
728 void (*start_cbfn) (struct bna_rx *rx); member
698 rxf->start_cbfn = bna_rx_cb_rxf_started; in bna_rxf_start()