Searched refs:lct (Results 1 – 4 of 4) sorted by relevance
996 pHba->lct = NULL; in adpt_install_hba()1076 if(pHba->lct) { in adpt_i2o_delete_hba()1078 pHba->lct, pHba->lct_pa); in adpt_i2o_delete_hba()1411 i2o_lct *lct = pHba->lct; in adpt_i2o_parse_lct() local1418 if (lct == NULL) { in adpt_i2o_parse_lct()1423 max = lct->table_size; in adpt_i2o_parse_lct()1428 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_parse_lct()1436 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()1437 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL && in adpt_i2o_parse_lct()1438 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()[all …]
237 i2o_lct* lct; member
205 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()215 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()216 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_encode_sideband_msg_hdr()248 hdr->lct = (buf[0] & 0xf0) >> 4; in drm_dp_decode_sideband_msg_hdr()251 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_decode_sideband_msg_hdr()907 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument915 mstb->lct = lct; in drm_dp_add_mst_branch_device()916 if (lct > 1) in drm_dp_add_mst_branch_device()917 memcpy(mstb->rad, rad, lct / 2); in drm_dp_add_mst_branch_device()1444 int parent_lct = port->parent->lct; in drm_dp_calculate_rad()[all …]
147 u8 lct; member169 u8 lct; member