Home
last modified time | relevance | path

Searched refs:ccb_setup_cbfn (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/net/ethernet/brocade/bna/
H A Dbna_types.h816 void (*ccb_setup_cbfn)(struct bnad *, struct bna_ccb *); member
834 void (*ccb_setup_cbfn)(struct bnad *, struct bna_ccb *); member
H A Dbna_tx_rx.c2317 rx->ccb_setup_cbfn = rx_cbfn->ccb_setup_cbfn; in bna_rx_create()
2467 if (rx->ccb_setup_cbfn) in bna_rx_create()
2468 rx->ccb_setup_cbfn(bnad, rxp->cq.ccb); in bna_rx_create()
H A Dbnad.c2200 .ccb_setup_cbfn = bnad_cb_ccb_setup, in bnad_setup_rx()