Searched refs:phy_mask (Results 1 - 12 of 12) sorted by path

/freebsd-11-stable/sys/dev/isci/
H A Disci_remote_device.c233 while ((port_properties.phy_mask != 0) &&
234 !(port_properties.phy_mask & 0x1)) {
237 port_properties.phy_mask >>= 1;
/freebsd-11-stable/sys/dev/isci/scil/
H A Dscic_port.h130 U32 phy_mask; member in struct:SCIC_PORT_PROPERTIES
H A Dscic_sds_controller.c3716 this_controller->oem_parameters.sds1.ports[index].phy_mask = 0;
4693 if (scic_parms->sds1.ports[index].phy_mask > SCIC_SDS_PARM_PHY_MASK_MAX)
4726 if (scic_parms->sds1.ports[index].phy_mask != 0)
4736 combined_phy_mask |= scic_parms->sds1.ports[index].phy_mask;
H A Dscic_sds_port.c101 * information regarding whether the phy_mask for a port can be supported.
220 U32 phy_mask
225 if ( ((phy_mask & 0x0F) == 0x0F)
226 || ((phy_mask & 0x03) == 0x03)
227 || ((phy_mask & 0x01) == 0x01)
228 || (phy_mask == 0) )
233 if ( ((phy_mask & 0x02) == 0x02)
234 || (phy_mask == 0) )
239 if ( ((phy_mask & 0x0C) == 0x0C)
240 || ((phy_mask
1982 U32 phy_mask; local
[all...]
H A Dscic_sds_port.h545 U32 phy_mask
H A Dscic_sds_port_configuration_agent.c323 U32 phy_mask; local
343 phy_mask = controller->oem_parameters.sds1.ports[port_index].phy_mask;
345 if (phy_mask != 0)
349 if ((phy_mask & ~assigned_phy_mask) == 0)
357 if ((1 << phy_index) & phy_mask)
384 if ((1 << phy_index) & phy_mask)
H A Dscic_sds_remote_device.c171 SCI_GET_BITS_SET_COUNT(properties.phy_mask, this_device->device_port_width);
H A Dscic_sds_sgpio.c70 * phy_mask paremeter
73 * @param[in] phy_mask - This field is a bit mask that specifies the phys
82 U32 phy_mask,
90 if (phy_mask >> phy_index & 1)
146 U32 phy_mask,
178 scic_sgpio_write_SGODSR_register(core_controller, phy_mask, output_value);
190 U32 phy_mask; local
194 phy_mask = scic_sds_port_get_phys(port);
197 controller, phy_mask, error, locate, activity, pattern_selection);
202 U32 phy_mask,
80 scic_sgpio_write_SGODSR_register( SCIC_SDS_CONTROLLER_T *controller, U32 phy_mask, U32 value ) argument
144 scic_sgpio_apply_led_blink_pattern( SCI_CONTROLLER_HANDLE_T controller, U32 phy_mask, BOOL error, BOOL locate, BOOL activity, U8 pattern_selection ) argument
200 scic_sgpio_update_led_state( SCI_CONTROLLER_HANDLE_T controller, U32 phy_mask, BOOL error, BOOL locate, BOOL activity ) argument
239 U32 phy_mask; local
[all...]
H A Dscic_sgpio.h160 * specified by the phy_mask parameter.
165 * @param[in] phy_mask - This field is a bit mask that specifies the phys
178 U32 phy_mask,
216 * @param[in] phy_mask - This field is a bit mask that specifies the phys
226 U32 phy_mask,
H A Dscif_sas_domain.c1491 SCI_GET_BITS_SET_COUNT(properties.phy_mask, new_port_width);
H A Dscif_sas_remote_device.c197 SCI_GET_BITS_SET_COUNT(properties.phy_mask, fw_device->device_port_width);
H A Dscu_bios_definitions.h256 * General rule: For APC mode phy_mask = 0
258 U8 phy_mask; member in struct:SCI_BIOS_OEM_PARAM_ELEMENT::__anon10360
273 * NOTE: If using APC MODE, along with phy_mask being set to ZERO, the
453 * General rule: For APC mode phy_mask = 0
455 U8 phy_mask; member in struct:SCI_BIOS_OEM_PARAM_ELEMENT_v_1_1::__anon10364
470 * NOTE: If using APC MODE, along with phy_mask being set to ZERO, the
663 * General rule: For APC mode phy_mask = 0
665 U8 phy_mask; member in struct:SCI_BIOS_OEM_PARAM_ELEMENT_v_1_2::__anon10368
680 * NOTE: If using APC MODE, along with phy_mask being set to ZERO, the
884 * General rule: For APC mode phy_mask
886 U8 phy_mask; member in struct:SCI_BIOS_OEM_PARAM_ELEMENT_v_1_3::__anon10372
[all...]

Completed in 131 milliseconds