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

/freebsd-11-stable/sys/dev/mps/
H A Dmps_sas.h67 uint16_t parent_handle; member in struct:mpssas_target
H A Dmps_sas.c3074 if (targ->parent_handle == 0x0) {
3083 targ->parent_handle);
3111 targ->handle, targ->parent_handle);
3120 __func__, targ->handle, targ->parent_handle);
H A Dmps_sas_lsi.c742 targ->parent_handle = le16toh(config_page.ParentDevHandle);
/freebsd-11-stable/sys/dev/mpr/
H A Dmpr_sas.h70 uint16_t parent_handle; member in struct:mprsas_target
H A Dmpr_sas_lsi.c936 targ->parent_handle = le16toh(config_page.ParentDevHandle);
1354 targ->parent_handle = le16toh(config_page.ParentDevHandle);
H A Dmpr_sas.c3347 if (targ->parent_handle == 0x0) {
3355 targ->parent_handle);
3379 targ->handle, targ->parent_handle);
3387 targ->handle, targ->parent_handle);
/freebsd-11-stable/sys/net/altq/
H A Daltq_hfsc.h125 u_int32_t parent_handle; member in struct:hfsc_add_class
H A Daltq_hfsc.c2082 if (ap->parent_handle == HFSC_NULLCLASS_HANDLE &&
2085 else if ((parent = clh_to_clp(hif, ap->parent_handle)) == NULL)

Completed in 200 milliseconds