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

/freebsd-12-stable/sys/dev/mps/
H A Dmps_sas.h70 uint16_t parent_handle; member in struct:mpssas_target
H A Dmps_sas.c3003 if (targ->parent_handle == 0x0) {
3012 targ->parent_handle);
3040 targ->handle, targ->parent_handle);
3049 __func__, targ->handle, targ->parent_handle);
H A Dmps_sas_lsi.c751 targ->parent_handle = le16toh(config_page.ParentDevHandle);
/freebsd-12-stable/sys/dev/mpr/
H A Dmpr_sas.h72 uint16_t parent_handle; member in struct:mprsas_target
H A Dmpr_sas_lsi.c961 targ->parent_handle = le16toh(config_page.ParentDevHandle);
1349 targ->parent_handle = le16toh(config_page.ParentDevHandle);
H A Dmpr_sas.c3290 if (targ->parent_handle == 0x0) {
3298 targ->parent_handle);
3322 targ->handle, targ->parent_handle);
3330 targ->handle, targ->parent_handle);
/freebsd-12-stable/sys/net/altq/
H A Daltq_hfsc.h183 u_int32_t parent_handle; member in struct:hfsc_add_class
H A Daltq_hfsc.c2168 if (ap->parent_handle == HFSC_NULLCLASS_HANDLE &&
2171 else if ((parent = clh_to_clp(hif, ap->parent_handle)) == NULL)

Completed in 195 milliseconds