Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/net/ethernet/brocade/bna/
Dbfa_cee.c80 if (cee->cbfn.get_attr_cbfn) in bfa_cee_get_attr_isr()
81 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
172 cee->cbfn.get_attr_cbfn = cbfn; in bfa_nw_cee_get_attr()
230 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_notify()
231 cee->cbfn.get_attr_cbfn( in bfa_cee_notify()
Dbfa_cee.h23 bfa_cee_get_attr_cbfn_t get_attr_cbfn; member
/linux-5.19.10/drivers/scsi/bfa/
Dbfa_port.c531 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_get_attr_isr()
533 cee->cbfn.get_attr_cbfn(cee->cbfn.get_attr_cbarg, status); in bfa_cee_get_attr_isr()
663 cee->cbfn.get_attr_cbfn = cbfn; in bfa_cee_get_attr()
808 if (cee->cbfn.get_attr_cbfn) { in bfa_cee_notify()
809 cee->cbfn.get_attr_cbfn( in bfa_cee_notify()
Dbfa_port.h74 bfa_cee_get_attr_cbfn_t get_attr_cbfn; member