Home
last modified time | relevance | path

Searched refs:sqn (Results 1 – 10 of 10) sorted by relevance

/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/
Dtransobj.c111 int mlx5_core_create_sq(struct mlx5_core_dev *dev, u32 *in, int inlen, u32 *sqn) in mlx5_core_create_sq() argument
121 *sqn = MLX5_GET(create_sq_out, out, sqn); in mlx5_core_create_sq()
126 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in, int inlen) in mlx5_core_modify_sq() argument
130 MLX5_SET(modify_sq_in, in, sqn, sqn); in mlx5_core_modify_sq()
137 void mlx5_core_destroy_sq(struct mlx5_core_dev *dev, u32 sqn) in mlx5_core_destroy_sq() argument
145 MLX5_SET(destroy_sq_in, in, sqn, sqn); in mlx5_core_destroy_sq()
Dtransobj.h43 u32 *sqn);
44 int mlx5_core_modify_sq(struct mlx5_core_dev *dev, u32 sqn, u32 *in, int inlen);
45 void mlx5_core_destroy_sq(struct mlx5_core_dev *dev, u32 sqn);
Den_tx.c53 cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | 0x01); in mlx5e_send_nop()
264 cseg->qpn_ds = cpu_to_be32((sq->sqn << 8) | ds_cnt); in mlx5e_sq_xmit()
Den.h379 u32 sqn; member
Den_main.c636 err = mlx5_core_create_sq(mdev, in, inlen, &sq->sqn); in mlx5e_enable_sq()
664 err = mlx5_core_modify_sq(mdev, sq->sqn, in, inlen); in mlx5e_modify_sq()
677 mlx5_core_destroy_sq(mdev, sq->sqn); in mlx5e_disable_sq()
/linux-4.4.14/drivers/scsi/bnx2i/
Dbnx2i.h542 u16 sqn[BNX2X_MAX_CQS]; member
Dbnx2i_hwi.c156 if (cq_db->sqn[0] && cq_db->sqn[0] != 0xFFFF) in bnx2i_arm_cq_event_coalescing()
176 cq_db->sqn[0] = cq_index; in bnx2i_arm_cq_event_coalescing()
1144 memset(cq_db->sqn, 0xFF, sizeof(cq_db->sqn[0]) * BNX2X_MAX_CQS); in bnx2i_alloc_qp_resc()
/linux-4.4.14/include/linux/mlx5/
Dmlx5_ifc.h3112 u8 sqn[0x18]; member
4110 u8 sqn[0x18]; member
4748 u8 sqn[0x18]; member
5305 u8 sqn[0x18]; member
/linux-4.4.14/drivers/net/ethernet/broadcom/
Dcnic.c1856 ictx->cstorm_st_context.cq_c_prod_sqn_arr.sqn[i] = in cnic_setup_bnx2x_ctx()
1858 ictx->cstorm_st_context.cq_c_sqn_2_notify_arr.sqn[i] = in cnic_setup_bnx2x_ctx()
Dcnic_defs.h3732 u16 sqn[8]; member