Home
last modified time | relevance | path

Searched refs:parent_handle (Results 1 – 8 of 8) sorted by relevance

/freebsd-12-stable/sys/dev/mps/
Dmps_sas.h70 uint16_t parent_handle; member
Dmps_sas.c3003 if (targ->parent_handle == 0x0) { in mpssas_action_smpio()
3012 targ->parent_handle); in mpssas_action_smpio()
3040 targ->handle, targ->parent_handle); in mpssas_action_smpio()
3049 __func__, targ->handle, targ->parent_handle); in mpssas_action_smpio()
Dmps_sas_lsi.c751 targ->parent_handle = le16toh(config_page.ParentDevHandle); in mpssas_add_device()
/freebsd-12-stable/sys/dev/mpr/
Dmpr_sas.h72 uint16_t parent_handle; member
Dmpr_sas_lsi.c960 targ->parent_handle = le16toh(config_page.ParentDevHandle); in mprsas_add_device()
1348 targ->parent_handle = le16toh(config_page.ParentDevHandle); in mprsas_add_pcie_device()
Dmpr_sas.c3292 if (targ->parent_handle == 0x0) { in mprsas_action_smpio()
3300 targ->parent_handle); in mprsas_action_smpio()
3324 targ->handle, targ->parent_handle); in mprsas_action_smpio()
3332 targ->handle, targ->parent_handle); in mprsas_action_smpio()
/freebsd-12-stable/sys/net/altq/
Daltq_hfsc.h183 u_int32_t parent_handle; member
Daltq_hfsc.c2168 if (ap->parent_handle == HFSC_NULLCLASS_HANDLE &&
2171 else if ((parent = clh_to_clp(hif, ap->parent_handle)) == NULL)