Home
last modified time | relevance | path

Searched refs:IB_WIDTH_4X (Results 1 – 11 of 11) sorted by relevance

/linux-6.6.21/drivers/infiniband/core/
Dverbs.c1894 *width = IB_WIDTH_4X; in ib_get_width_and_speed()
1900 *width = IB_WIDTH_4X; in ib_get_width_and_speed()
1906 *width = IB_WIDTH_4X; in ib_get_width_and_speed()
1909 *width = IB_WIDTH_4X; in ib_get_width_and_speed()
1912 *width = IB_WIDTH_4X; in ib_get_width_and_speed()
1927 *width = IB_WIDTH_4X; in ib_get_width_and_speed()
/linux-6.6.21/drivers/infiniband/hw/mlx5/
Dmain.c367 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper()
377 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper()
384 *active_width = IB_WIDTH_4X; in translate_eth_legacy_proto_oper()
412 *active_width = IB_WIDTH_4X; in translate_eth_ext_proto_oper()
428 *active_width = IB_WIDTH_4X; in translate_eth_ext_proto_oper()
440 *active_width = IB_WIDTH_4X; in translate_eth_ext_proto_oper()
452 *active_width = IB_WIDTH_4X; in translate_eth_ext_proto_oper()
512 props->active_width = IB_WIDTH_4X; in mlx5_query_port_roce()
1228 *ib_width = IB_WIDTH_4X; in translate_active_width()
1236 *ib_width = IB_WIDTH_4X; in translate_active_width()
/linux-6.6.21/drivers/infiniband/hw/qib/
Dqib_iba7220.c1177 IB_WIDTH_4X : IB_WIDTH_1X; in handle_7220_errors()
1585 if ((ppd->link_width_enabled & (IB_WIDTH_1X | IB_WIDTH_4X)) == in qib_7220_bringup_serdes()
1586 (IB_WIDTH_1X | IB_WIDTH_4X)) in qib_7220_bringup_serdes()
1590 ppd->link_width_enabled == IB_WIDTH_4X ? in qib_7220_bringup_serdes()
4013 ppd->link_width_supported = IB_WIDTH_1X | IB_WIDTH_4X; in qib_init_7220_variables()
4022 ppd->link_width_active = IB_WIDTH_4X; in qib_init_7220_variables()
Dqib_iba7322.c1956 IB_WIDTH_4X : IB_WIDTH_1X; in handle_7322_p_errors()
2432 if ((ppd->link_width_enabled & (IB_WIDTH_1X | IB_WIDTH_4X)) == in qib_7322_bringup_serdes()
2433 (IB_WIDTH_1X | IB_WIDTH_4X)) in qib_7322_bringup_serdes()
2437 ppd->link_width_enabled == IB_WIDTH_4X ? in qib_7322_bringup_serdes()
4076 else if (val == IB_WIDTH_4X) in qib_7322_set_ib_cfg()
5529 ppd->link_width_active = IB_WIDTH_4X; in qib_7322_ib_updown()
6484 ppd->link_width_supported = IB_WIDTH_1X | IB_WIDTH_4X; in qib_init_7322_variables()
6485 ppd->link_width_enabled = IB_WIDTH_4X; in qib_init_7322_variables()
6491 ppd->link_width_active = IB_WIDTH_4X; in qib_init_7322_variables()
Dqib_iba6120.c3215 ppd->link_width_supported = IB_WIDTH_1X | IB_WIDTH_4X; in init_6120_variables()
3217 ppd->link_width_enabled = IB_WIDTH_4X; in init_6120_variables()
/linux-6.6.21/include/rdma/
Dib_verbs.h538 IB_WIDTH_4X = 2, enumerator
548 case IB_WIDTH_4X: return 4; in ib_width_enum_to_int()
/linux-6.6.21/drivers/infiniband/hw/qedr/
Dverbs.c184 *ib_width = IB_WIDTH_4X; in get_link_speed_and_width()
194 *ib_width = IB_WIDTH_4X; in get_link_speed_and_width()
204 *ib_width = IB_WIDTH_4X; in get_link_speed_and_width()
/linux-6.6.21/drivers/infiniband/hw/ocrdma/
Docrdma_verbs.c139 *ib_width = IB_WIDTH_4X; in get_link_speed_and_width()
144 *ib_width = IB_WIDTH_4X; in get_link_speed_and_width()
/linux-6.6.21/drivers/infiniband/hw/hfi1/
Dverbs.c1364 return IB_WIDTH_4X; in opa_width_to_ib()
/linux-6.6.21/drivers/infiniband/hw/efa/
Defa_verbs.c290 props->active_width = IB_WIDTH_4X; in efa_query_port()
/linux-6.6.21/drivers/infiniband/hw/mlx4/
Dmain.c775 IB_WIDTH_4X : IB_WIDTH_1X; in eth_link_query_port()