Searched refs:get_rsp (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/net/ethernet/brocade/bna/ |
| H A D | bfa_cee.c | 192 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 D | bfi_cna.h | 148 struct bfi_cee_get_rsp get_rsp; member
|
| /linux/tools/testing/selftests/drivers/net/hw/ |
| H A D | ncdevmem.c | 427 struct ethtool_rings_get_rsp *get_rsp; in get_ring_config() local 439 get_rsp = ethtool_rings_get(ys, get_req); in get_ring_config() 444 return get_rsp; in get_ring_config() 450 struct ethtool_rings_get_rsp *get_rsp; in restore_ring_config() local 478 get_rsp = ethtool_rings_get(ys, get_req); in restore_ring_config() 482 if (get_rsp->tcp_data_split != config->tcp_data_split) { in restore_ring_config() 491 ethtool_rings_get_rsp_free(get_rsp); in restore_ring_config() 501 struct ethtool_rings_get_rsp *get_rsp; in configure_headersplit() local 532 get_rsp = ethtool_rings_get(ys, get_req); in configure_headersplit() 534 if (get_rsp) in configure_headersplit() [all …]
|
| /linux/drivers/scsi/bfa/ |
| H A D | bfa_port.c | 763 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()
|