Searched refs:bna_rx (Results 1 – 6 of 6) sorted by relevance
/linux-4.1.27/drivers/net/ethernet/brocade/bna/ |
D | bna.h | 189 void (*cbfn)(struct bna_rx *); \ 190 struct bna_rx *cbarg; \ 202 void (*cbfn)(struct bna_rx *); \ 203 struct bna_rx *cbarg; \ 215 void (*cbfn)(struct bnad *, struct bna_rx *); \ 228 void (*cbfn)(struct bnad *, struct bna_rx *); \ 346 struct bna_rx *__rx; \ 350 __rx = (struct bna_rx *)qe; \ 456 void bna_bfi_rx_enet_start_rsp(struct bna_rx *rx, 458 void bna_bfi_rx_enet_stop_rsp(struct bna_rx *rx, [all …]
|
D | bna_types.h | 34 struct bna_rx; 595 struct bna_rx *rx; 660 struct bna_rx *rx; 714 struct bna_rx *rx; 738 void (*start_cbfn) (struct bna_rx *rx); 739 struct bna_rx *start_cbarg; 742 void (*stop_cbfn) (struct bna_rx *rx); 743 struct bna_rx *stop_cbarg; 746 void (*oper_state_cbfn) (struct bnad *bnad, struct bna_rx *rx); 756 void (*cam_fltr_cbfn)(struct bnad *bnad, struct bna_rx *rx); [all …]
|
D | bna_tx_rx.c | 694 struct bna_rx *rx = rxf->rx; in bna_rit_init() 745 struct bna_rx *rx, in bna_rxf_init() 832 bna_rx_cb_rxf_started(struct bna_rx *rx) in bna_rx_cb_rxf_started() 846 bna_rx_cb_rxf_stopped(struct bna_rx *rx) in bna_rx_cb_rxf_stopped() 866 bna_rx_ucast_set(struct bna_rx *rx, u8 *ucmac, in bna_rx_ucast_set() argument 867 void (*cbfn)(struct bnad *, struct bna_rx *)) in bna_rx_ucast_set() 890 bna_rx_mcast_add(struct bna_rx *rx, u8 *addr, in bna_rx_mcast_add() argument 891 void (*cbfn)(struct bnad *, struct bna_rx *)) in bna_rx_mcast_add() 920 bna_rx_ucast_listset(struct bna_rx *rx, int count, u8 *uclist, in bna_rx_ucast_listset() argument 921 void (*cbfn)(struct bnad *, struct bna_rx *)) in bna_rx_ucast_listset() [all …]
|
D | bnad.h | 217 struct bna_rx *rx; /* 1:1 between rx_info & rx */
|
D | bnad.c | 1162 bnad_cb_rx_stall(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_stall() 1221 bnad_cb_rx_cleanup(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_cleanup() 1244 bnad_cb_rx_post(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_post() 1274 bnad_cb_rx_disabled(void *arg, struct bna_rx *rx) in bnad_cb_rx_disabled() 1282 bnad_cb_rx_mcast_add(struct bnad *bnad, struct bna_rx *rx) in bnad_cb_rx_mcast_add() 2222 struct bna_rx *rx; in bnad_setup_rx()
|
D | bna_enet.c | 285 struct bna_rx *rx; in bna_msgq_rsp_handler() 1981 attr->num_rxp * sizeof(struct bna_rx); in bna_mod_res_req()
|