Home
last modified time | relevance | path

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

/linux/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/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()
/linux/tools/testing/selftests/drivers/net/hw/
H A Dncdevmem.c425 struct ethtool_rings_get_rsp *get_rsp; in bind_rx_queue()
437 get_rsp = ethtool_rings_get(ys, get_req); in bind_rx_queue()
442 return get_rsp;
448 struct ethtool_rings_get_rsp *get_rsp; in bind_tx_queue()
476 get_rsp = ethtool_rings_get(ys, get_req); in bind_tx_queue()
480 if (get_rsp->tcp_data_split != config->tcp_data_split) { in bind_tx_queue()
489 ethtool_rings_get_rsp_free(get_rsp); in enable_reuseaddr()
499 struct ethtool_rings_get_rsp *get_rsp;
530 get_rsp = ethtool_rings_get(ys, get_req); in create_queues()
532 if (get_rsp) in create_queues()
315 struct ethtool_rings_get_rsp *get_rsp; configure_headersplit() local
[all...]