Home
last modified time | relevance | path

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

/linux-2.6.39/drivers/net/bna/
Dbna_ctrl.c63 llport_can_be_up(struct bna_llport *llport) in llport_can_be_up()
91 bna_llport_cb_port_enabled(struct bna_llport *llport) in bna_llport_cb_port_enabled()
100 bna_llport_cb_port_disabled(struct bna_llport *llport) in bna_llport_cb_port_disabled()
308 static void bna_fw_llport_up(struct bna_llport *llport);
310 static void bna_fw_llport_down(struct bna_llport *llport);
312 static void bna_llport_start(struct bna_llport *llport);
313 static void bna_llport_stop(struct bna_llport *llport);
314 static void bna_llport_fail(struct bna_llport *llport);
325 bfa_fsm_state_decl(bna_llport, stopped, struct bna_llport,
327 bfa_fsm_state_decl(bna_llport, down, struct bna_llport,
[all …]
Dbna.h391 void bna_llport_rx_started(struct bna_llport *llport);
392 void bna_llport_rx_stopped(struct bna_llport *llport);
Dbna_types.h400 struct bna_llport { struct
423 struct bna_llport llport; argument