Home
last modified time | relevance | path

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

/Linux-v4.19/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-v4.19/drivers/scsi/bfa/
Dbfa_port.c539 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_get_attr_isr()
541 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
671 cee->cbfn.get_attr_cbfn = cbfn; in bfa_cee_get_attr()
816 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_notify()
817 cee->cbfn.get_attr_cbfn( in bfa_cee_notify()
Dbfa_port.h82 bfa_cee_get_attr_cbfn_t get_attr_cbfn; member