Searched refs:sqn (Results 1 – 10 of 10) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | transobj.c | 111 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()
|
D | transobj.h | 43 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);
|
D | en_tx.c | 53 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()
|
D | en.h | 379 u32 sqn; member
|
D | en_main.c | 636 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/ |
D | bnx2i.h | 542 u16 sqn[BNX2X_MAX_CQS]; member
|
D | bnx2i_hwi.c | 156 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/ |
D | mlx5_ifc.h | 3112 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/ |
D | cnic.c | 1856 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()
|
D | cnic_defs.h | 3732 u16 sqn[8]; member
|