Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/scsi/
Ddpt_i2o.c1041 pHba->lct = NULL; in adpt_install_hba()
1121 if(pHba->lct) { in adpt_i2o_delete_hba()
1123 pHba->lct, pHba->lct_pa); in adpt_i2o_delete_hba()
1456 i2o_lct *lct = pHba->lct; in adpt_i2o_parse_lct() local
1463 if (lct == NULL) { in adpt_i2o_parse_lct()
1468 max = lct->table_size; in adpt_i2o_parse_lct()
1473 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_parse_lct()
1481 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()
1482 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL && in adpt_i2o_parse_lct()
1483 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
[all …]
Ddpti.h240 i2o_lct* lct; member
/kernel/linux/linux-5.10/drivers/scsi/
Ddpt_i2o.c993 pHba->lct = NULL; in adpt_install_hba()
1073 if(pHba->lct) { in adpt_i2o_delete_hba()
1075 pHba->lct, pHba->lct_pa); in adpt_i2o_delete_hba()
1407 i2o_lct *lct = pHba->lct; in adpt_i2o_parse_lct() local
1414 if (lct == NULL) { in adpt_i2o_parse_lct()
1419 max = lct->table_size; in adpt_i2o_parse_lct()
1424 if( lct->lct_entry[i].user_tid != 0xfff){ in adpt_i2o_parse_lct()
1432 if( lct->lct_entry[i].class_id != I2O_CLASS_RANDOM_BLOCK_STORAGE && in adpt_i2o_parse_lct()
1433 lct->lct_entry[i].class_id != I2O_CLASS_SCSI_PERIPHERAL && in adpt_i2o_parse_lct()
1434 lct->lct_entry[i].class_id != I2O_CLASS_FIBRE_CHANNEL_PERIPHERAL ){ in adpt_i2o_parse_lct()
[all …]
Ddpti.h237 i2o_lct* lct; member
/kernel/linux/linux-4.19/drivers/gpu/drm/
Ddrm_dp_mst_topology.c141 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()
151 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()
152 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_encode_sideband_msg_hdr()
184 hdr->lct = (buf[0] & 0xf0) >> 4; in drm_dp_decode_sideband_msg_hdr()
187 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_decode_sideband_msg_hdr()
841 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument
849 mstb->lct = lct; in drm_dp_add_mst_branch_device()
850 if (lct > 1) in drm_dp_add_mst_branch_device()
851 memcpy(mstb->rad, rad, lct / 2); in drm_dp_add_mst_branch_device()
1056 int parent_lct = port->parent->lct; in drm_dp_calculate_rad()
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/
Ddrm_dp_mst_topology.c178 drm_dp_mst_rad_to_str(const u8 rad[8], u8 lct, char *out, size_t len) in drm_dp_mst_rad_to_str() argument
183 for (i = 0; i < lct; i++) { in drm_dp_mst_rad_to_str()
193 return snprintf(out, len, "%*phC", lct, unpacked_rad); in drm_dp_mst_rad_to_str()
268 size += (hdr->lct / 2); in drm_dp_calc_sb_hdr_size()
279 buf[idx++] = ((hdr->lct & 0xf) << 4) | (hdr->lcr & 0xf); in drm_dp_encode_sideband_msg_hdr()
280 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_encode_sideband_msg_hdr()
313 hdr->lct = (buf[0] & 0xf0) >> 4; in drm_dp_decode_sideband_msg_hdr()
316 for (i = 0; i < (hdr->lct / 2); i++) in drm_dp_decode_sideband_msg_hdr()
694 drm_dp_mst_rad_to_str(txmsg->dst->rad, txmsg->dst->lct, buf, in drm_dp_mst_dump_sideband_msg_tx()
1360 static struct drm_dp_mst_branch *drm_dp_add_mst_branch_device(u8 lct, u8 *rad) in drm_dp_add_mst_branch_device() argument
[all …]
/kernel/linux/linux-4.19/include/drm/
Ddrm_dp_mst_helper.h126 u8 lct; member
148 u8 lct; member
/kernel/linux/linux-5.10/include/drm/
Ddrm_dp_mst_helper.h169 u8 lct; member
236 u8 lct; member