| /linux-6.15/include/rdma/ |
| H A D | ib_sa.h | 188 enum sa_path_rec_type rec_type; member 195 switch (rec->rec_type) { in sa_conv_pathrec_to_gid_type() 268 if (src->rec_type != SA_PATH_REC_TYPE_OPA) in sa_convert_path_opa_to_ib() 272 dest->rec_type = SA_PATH_REC_TYPE_IB; in sa_convert_path_opa_to_ib() 280 if (src->rec_type != SA_PATH_REC_TYPE_IB) in sa_convert_path_ib_to_opa() 285 dest->rec_type = SA_PATH_REC_TYPE_OPA; in sa_convert_path_ib_to_opa() 541 if (rec->rec_type == SA_PATH_REC_TYPE_IB) in sa_path_set_slid() 549 if (rec->rec_type == SA_PATH_REC_TYPE_IB) in sa_path_set_dlid() 558 if (rec->rec_type == SA_PATH_REC_TYPE_IB) in sa_path_set_raw_traffic() 566 if (rec->rec_type == SA_PATH_REC_TYPE_IB) in sa_path_get_slid() [all …]
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlx5/core/steering/sws/ |
| H A D | dr_dbg.c | 709 enum dr_dump_rec_type rec_type; in dr_dump_matcher_rx_tx() local 713 rec_type = is_rx ? DR_DUMP_REC_TYPE_MATCHER_RX : in dr_dump_matcher_rx_tx() 720 rec_type, DR_DBG_PTR_TO_ID(matcher_rx_tx), in dr_dump_matcher_rx_tx() 809 enum dr_dump_rec_type rec_type; in dr_dump_table_rx_tx() local 813 rec_type = is_rx ? DR_DUMP_REC_TYPE_TABLE_RX : in dr_dump_table_rx_tx() 818 "%d,0x%llx,0x%llx\n", rec_type, table_id, in dr_dump_table_rx_tx()
|
| /linux-6.15/drivers/input/touchscreen/ |
| H A D | iqs5xx.c | 711 u8 rec_len, rec_type, rec_chksm, chksm; in iqs5xx_fw_file_parse() local 756 rec_type = *(rec_hdr + sizeof(rec_len) + sizeof(rec_addr)); in iqs5xx_fw_file_parse() 795 switch (rec_type) { in iqs5xx_fw_file_parse() 825 } while (rec_type != IQS5XX_REC_TYPE_EOF); in iqs5xx_fw_file_parse()
|
| /linux-6.15/drivers/infiniband/core/ |
| H A D | uverbs_marshall.c | 166 if (src->rec_type == SA_PATH_REC_TYPE_OPA) { in ib_copy_path_rec_to_user()
|
| H A D | sa_query.c | 928 recs[num_prs].rec_type = SA_PATH_REC_TYPE_IB; in ib_nl_process_good_resolve_rsp() 1461 rec.rec_type = SA_PATH_REC_TYPE_OPA; in ib_sa_path_rec_callback() 1468 rec.rec_type = SA_PATH_REC_TYPE_IB; in ib_sa_path_rec_callback() 1538 if ((rec->rec_type != SA_PATH_REC_TYPE_IB) && in ib_sa_path_rec_get() 1539 (rec->rec_type != SA_PATH_REC_TYPE_OPA)) in ib_sa_path_rec_get() 1550 if (rec->rec_type == SA_PATH_REC_TYPE_OPA) { in ib_sa_path_rec_get()
|
| H A D | cm.c | 1334 if (pri_path->rec_type == SA_PATH_REC_TYPE_OPA) in cm_format_req() 1420 if (alt_path->rec_type == SA_PATH_REC_TYPE_OPA) in cm_format_req() 1645 path->rec_type = SA_PATH_REC_TYPE_OPA; in cm_path_set_rec_type() 1647 path->rec_type = SA_PATH_REC_TYPE_IB; in cm_path_set_rec_type() 1657 if (primary_path->rec_type != SA_PATH_REC_TYPE_OPA) { in cm_format_path_lid_from_req() 1675 if (alt_path->rec_type != SA_PATH_REC_TYPE_OPA) { in cm_format_path_lid_from_req() 2154 work->path[0].rec_type = in cm_req_handler() 2165 work->path[1].rec_type = work->path[0].rec_type; in cm_req_handler() 3267 if (path->rec_type != SA_PATH_REC_TYPE_OPA) { in cm_format_path_lid_from_lap()
|
| H A D | addr.c | 750 rec->rec_type != SA_PATH_REC_TYPE_ROCE_V2) in roce_resolve_route_from_path()
|
| H A D | ucma.c | 933 if (rec->rec_type == SA_PATH_REC_TYPE_OPA) { in ucma_query_path() 1320 sa_path.rec_type = SA_PATH_REC_TYPE_IB; in ucma_set_ib_path()
|
| H A D | cma.c | 2968 path_rec.rec_type = SA_PATH_REC_TYPE_OPA; in cma_query_ib_route() 2970 path_rec.rec_type = SA_PATH_REC_TYPE_IB; in cma_query_ib_route() 3162 route->path_rec->rec_type = sa_conv_gid_to_pathrec_type(gid_type); in cma_iboe_set_path_rec_l2_fields()
|
| /linux-6.15/drivers/net/ethernet/mellanox/mlxsw/ |
| H A D | reg.h | 250 MLXSW_ITEM32_INDEXED(reg, sfd, rec_type, MLXSW_REG_SFD_BASE_LEN, 20, 4, 358 enum mlxsw_reg_sfd_rec_type rec_type, in mlxsw_reg_sfd_rec_pack() argument 367 mlxsw_reg_sfd_rec_type_set(payload, rec_index, rec_type); in mlxsw_reg_sfd_rec_pack() 650 MLXSW_ITEM32_INDEXED(reg, sfn, rec_type, MLXSW_REG_SFN_BASE_LEN, 20, 4, 3793 MLXSW_ITEM32_INDEXED(reg, iedr, rec_type, MLXSW_REG_IEDR_BASE_LEN, 24, 8, 3816 u8 rec_type, u16 rec_size, in mlxsw_reg_iedr_rec_pack() argument 3823 mlxsw_reg_iedr_rec_type_set(payload, rec_index, rec_type); in mlxsw_reg_iedr_rec_pack() 8494 MLXSW_ITEM32_INDEXED(reg, rauhtd, rec_type, MLXSW_REG_RAUHTD_BASE_LEN, 24, 2,
|
| /linux-6.15/drivers/infiniband/ulp/ipoib/ |
| H A D | ipoib_main.c | 867 path->pathrec.rec_type = SA_PATH_REC_TYPE_OPA; in init_path_rec() 869 path->pathrec.rec_type = SA_PATH_REC_TYPE_IB; in init_path_rec()
|
| /linux-6.15/drivers/infiniband/ulp/srp/ |
| H A D | ib_srp.c | 318 ch->ib_cm.path.rec_type = SA_PATH_REC_TYPE_OPA; in srp_new_ib_cm_id() 320 ch->ib_cm.path.rec_type = SA_PATH_REC_TYPE_IB; in srp_new_ib_cm_id()
|
| /linux-6.15/drivers/scsi/lpfc/ |
| H A D | lpfc_hbadisc.c | 7104 lpfc_get_rec_conf23(uint8_t *buff, uint32_t size, uint8_t rec_type) in lpfc_get_rec_conf23() argument 7120 if (buff[offset] == rec_type) in lpfc_get_rec_conf23()
|