Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/ethernet/brocade/bna/
Dbfa_cee.c199 struct bfi_cee_get_rsp *get_rsp; in bfa_cee_isr() local
202 get_rsp = (struct bfi_cee_get_rsp *) m; in bfa_cee_isr()
205 bfa_cee_get_attr_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
208 bfa_cee_get_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
211 bfa_cee_reset_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
Dbfi_cna.h156 struct bfi_cee_get_rsp get_rsp; member
/Linux-v4.19/drivers/scsi/bfa/
Dbfa_port.c771 struct bfi_cee_get_rsp_s *get_rsp; in bfa_cee_isr() local
774 get_rsp = (struct bfi_cee_get_rsp_s *) m; in bfa_cee_isr()
778 bfa_trc(cee, get_rsp->cmd_status); in bfa_cee_isr()
779 bfa_cee_get_attr_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
782 bfa_cee_get_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
785 bfa_cee_reset_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
Dbfi.h817 struct bfi_cee_get_rsp_s get_rsp; member