Searched refs:physical_port_index (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.0-release/sys/dev/isci/scil/
H A Dscic_sds_port.c121 if ((this_port->physical_port_index == 1) && (phy_index != 1))
126 if (this_port->physical_port_index == 3 && phy_index != 3)
132 (this_port->physical_port_index == 2)
223 if (this_port->physical_port_index == 0)
231 else if (this_port->physical_port_index == 1)
237 else if (this_port->physical_port_index == 2)
244 else if (this_port->physical_port_index == 3)
324 port->logical_port_index = port->physical_port_index;
672 rnc->ssp.logical_port_index = this_port->physical_port_index;
710 task_context->logical_port_index = this_port->physical_port_index;
[all...]
H A Dscic_sds_port.h131 U8 physical_port_index; member in struct:SCIC_SDS_PORT
292 ((this_port)->physical_port_index)
333 (port)->physical_port_index \
H A Dscic_sds_port_configuration_agent.c741 if (port->physical_port_index == phy->phy_index)

Completed in 119 milliseconds