Searched refs:underlay_qpn (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/dev/mlx5/mlx5_core/ |
H A D | flow_table.h | 52 u32 underlay_qpn);
|
H A D | mlx5_fs_core.c | 3293 int mlx5_fs_add_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn) in mlx5_fs_add_rx_underlay_qpn() argument 3310 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_add_rx_underlay_qpn() 3314 underlay_qpn, err); in mlx5_fs_add_rx_underlay_qpn() 3318 new_uqp->qpn = underlay_qpn; in mlx5_fs_add_rx_underlay_qpn() 3332 int mlx5_fs_remove_rx_underlay_qpn(struct mlx5_core_dev *dev, u32 underlay_qpn) in mlx5_fs_remove_rx_underlay_qpn() argument 3341 if (uqp->qpn == underlay_qpn) { in mlx5_fs_remove_rx_underlay_qpn() 3349 underlay_qpn); in mlx5_fs_remove_rx_underlay_qpn() 3354 err = root->cmds->update_root_ft(root, root->root_ft, underlay_qpn, in mlx5_fs_remove_rx_underlay_qpn() 3358 underlay_qpn, err); in mlx5_fs_remove_rx_underlay_qpn()
|
/freebsd/sys/dev/mlx5/ |
H A D | mlx5_ifc.h | 2702 u8 underlay_qpn[0x18]; member 4273 u8 underlay_qpn[0x18]; member
|