Home
last modified time | relevance | path

Searched refs:get_attr_cbfn (Results 1 – 4 of 4) sorted by relevance

/linux-3.4.99/drivers/net/ethernet/brocade/bna/
Dbfa_cee.c103 if (cee->cbfn.get_attr_cbfn) in bfa_cee_get_attr_isr()
104 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
212 cee->cbfn.get_attr_cbfn = cbfn; in bfa_nw_cee_get_attr()
278 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_notify()
279 cee->cbfn.get_attr_cbfn( in bfa_cee_notify()
Dbfa_cee.h30 bfa_cee_get_attr_cbfn_t get_attr_cbfn; member
/linux-3.4.99/drivers/scsi/bfa/
Dbfa_port.c515 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_get_attr_isr()
517 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
647 cee->cbfn.get_attr_cbfn = cbfn; in bfa_cee_get_attr()
792 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_notify()
793 cee->cbfn.get_attr_cbfn( in bfa_cee_notify()
Dbfa_port.h78 bfa_cee_get_attr_cbfn_t get_attr_cbfn; member