Searched refs:rnc (Results 1 – 5 of 5) sorted by relevance
| /linux/drivers/scsi/isci/ |
| H A D | remote_node_context.c | 119 union scu_remote_node_context *rnc; in sci_remote_node_context_construct_buffer() local 124 rnc = sci_rnc_by_id(ihost, rni); in sci_remote_node_context_construct_buffer() 126 memset(rnc, 0, sizeof(union scu_remote_node_context) in sci_remote_node_context_construct_buffer() 129 rnc->ssp.remote_node_index = rni; in sci_remote_node_context_construct_buffer() 130 rnc->ssp.remote_node_port_width = idev->device_port_width; in sci_remote_node_context_construct_buffer() 131 rnc->ssp.logical_port_index = idev->owning_port->physical_port_index; in sci_remote_node_context_construct_buffer() 135 rnc->ssp.remote_sas_address_hi = upper_32_bits(sas_addr); in sci_remote_node_context_construct_buffer() 136 rnc->ssp.remote_sas_address_lo = lower_32_bits(sas_addr); in sci_remote_node_context_construct_buffer() 138 rnc->ssp.nexus_loss_timer_enable = true; in sci_remote_node_context_construct_buffer() 139 rnc->ssp.check_bit = false; in sci_remote_node_context_construct_buffer() [all …]
|
| H A D | port.c | 546 union scu_remote_node_context *rnc; in sci_port_construct_dummy_rnc() local 548 rnc = &iport->owning_controller->remote_node_context_table[rni]; in sci_port_construct_dummy_rnc() 550 memset(rnc, 0, sizeof(union scu_remote_node_context)); in sci_port_construct_dummy_rnc() 552 rnc->ssp.remote_sas_address_hi = 0; in sci_port_construct_dummy_rnc() 553 rnc->ssp.remote_sas_address_lo = 0; in sci_port_construct_dummy_rnc() 555 rnc->ssp.remote_node_index = rni; in sci_port_construct_dummy_rnc() 556 rnc->ssp.remote_node_port_width = 1; in sci_port_construct_dummy_rnc() 557 rnc->ssp.logical_port_index = iport->physical_port_index; in sci_port_construct_dummy_rnc() 559 rnc->ssp.nexus_loss_timer_enable = false; in sci_port_construct_dummy_rnc() 560 rnc->ssp.check_bit = false; in sci_port_construct_dummy_rnc() [all …]
|
| H A D | remote_device.h | 100 struct sci_remote_node_context rnc; member 261 static inline struct isci_remote_device *rnc_to_dev(struct sci_remote_node_context *rnc) in rnc_to_dev() argument 265 idev = container_of(rnc, typeof(*idev), rnc); in rnc_to_dev()
|
| H A D | remote_node_context.h | 200 void sci_remote_node_context_construct(struct sci_remote_node_context *rnc,
|
| /linux/tools/testing/selftests/drivers/net/ |
| H A D | xdp.py | 327 with bkg(rx_udp, host=cfg.remote, exit_wait=True) as rnc: 331 ksft_eq(rnc.stdout.strip(), test_string, "UDP packet exchange failed")
|