Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/net/ethernet/brocade/bna/
Dbfa_cee.c88 if (cee->cbfn.get_attr_cbfn) in bfa_cee_get_attr_isr()
89 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
181 cee->cbfn.get_attr_cbfn = cbfn; in bfa_nw_cee_get_attr()
236 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_notify()
237 cee->cbfn.get_attr_cbfn( in bfa_cee_notify()
Dbfa_cee.h31 bfa_cee_get_attr_cbfn_t get_attr_cbfn; member
/linux-4.1.27/drivers/scsi/bfa/
Dbfa_port.c547 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_get_attr_isr()
549 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
679 cee->cbfn.get_attr_cbfn = cbfn; in bfa_cee_get_attr()
824 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_notify()
825 cee->cbfn.get_attr_cbfn( in bfa_cee_notify()
Dbfa_port.h81 bfa_cee_get_attr_cbfn_t get_attr_cbfn; member