Home
last modified time | relevance | path

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

/linux-6.15/drivers/net/ethernet/brocade/bna/
H A Dbfa_cee.c192 struct bfi_cee_get_rsp *get_rsp; in bfa_cee_isr() local
195 get_rsp = (struct bfi_cee_get_rsp *) m; in bfa_cee_isr()
198 bfa_cee_get_attr_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
201 bfa_cee_get_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
204 bfa_cee_reset_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
H A Dbfi_cna.h148 struct bfi_cee_get_rsp get_rsp; member
/linux-6.15/drivers/scsi/bfa/
H A Dbfa_port.c763 struct bfi_cee_get_rsp_s *get_rsp; in bfa_cee_isr() local
766 get_rsp = (struct bfi_cee_get_rsp_s *) m; in bfa_cee_isr()
770 bfa_trc(cee, get_rsp->cmd_status); in bfa_cee_isr()
771 bfa_cee_get_attr_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
774 bfa_cee_get_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
777 bfa_cee_reset_stats_isr(cee, get_rsp->cmd_status); in bfa_cee_isr()
H A Dbfi.h809 struct bfi_cee_get_rsp_s get_rsp; member
/linux-6.15/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c279 struct ethtool_rings_get_rsp *get_rsp; in configure_headersplit() local
303 get_rsp = ethtool_rings_get(ys, get_req); in configure_headersplit()
305 if (get_rsp) in configure_headersplit()
307 tcp_data_split_str(get_rsp->tcp_data_split)); in configure_headersplit()
308 ethtool_rings_get_rsp_free(get_rsp); in configure_headersplit()