Searched refs:mlx5e_sq (Results 1 – 3 of 3) sorted by relevance
/linux-4.4.14/drivers/net/ethernet/mellanox/mlx5/core/ |
D | en_tx.c | 41 void mlx5e_send_nop(struct mlx5e_sq *sq, bool notify_hw) in mlx5e_send_nop() 79 static inline void mlx5e_dma_push(struct mlx5e_sq *sq, in mlx5e_dma_push() 90 static inline struct mlx5e_sq_dma *mlx5e_dma_get(struct mlx5e_sq *sq, u32 i) in mlx5e_dma_get() 95 static void mlx5e_dma_unmap_wqe_err(struct mlx5e_sq *sq, struct sk_buff *skb) in mlx5e_dma_unmap_wqe_err() 120 static inline u16 mlx5e_get_inline_hdr_size(struct mlx5e_sq *sq, in mlx5e_get_inline_hdr_size() 157 static netdev_tx_t mlx5e_sq_xmit(struct mlx5e_sq *sq, struct sk_buff *skb) in mlx5e_sq_xmit() 310 struct mlx5e_sq *sq = priv->txq_to_sq_map[skb_get_queue_mapping(skb)]; in mlx5e_xmit() 317 struct mlx5e_sq *sq; in mlx5e_poll_tx_cq() 328 sq = container_of(cq, struct mlx5e_sq, cq); in mlx5e_poll_tx_cq()
|
D | en.h | 352 struct mlx5e_sq { struct 394 static inline bool mlx5e_sq_has_room_for(struct mlx5e_sq *sq, u16 n) in mlx5e_sq_has_room_for() argument 407 struct mlx5e_sq sq[MLX5E_MAX_NUM_TC]; 482 struct mlx5e_sq **txq_to_sq_map; 558 void mlx5e_send_nop(struct mlx5e_sq *sq, bool notify_hw); 590 static inline void mlx5e_tx_notify_hw(struct mlx5e_sq *sq, in mlx5e_tx_notify_hw()
|
D | en_main.c | 507 static void mlx5e_free_sq_db(struct mlx5e_sq *sq) in mlx5e_free_sq_db() 513 static int mlx5e_alloc_sq_db(struct mlx5e_sq *sq, int numa) in mlx5e_alloc_sq_db() 535 struct mlx5e_sq *sq) in mlx5e_create_sq() 588 static void mlx5e_destroy_sq(struct mlx5e_sq *sq) in mlx5e_destroy_sq() 598 static int mlx5e_enable_sq(struct mlx5e_sq *sq, struct mlx5e_sq_param *param) in mlx5e_enable_sq() 643 static int mlx5e_modify_sq(struct mlx5e_sq *sq, int curr_state, int next_state) in mlx5e_modify_sq() 671 static void mlx5e_disable_sq(struct mlx5e_sq *sq) in mlx5e_disable_sq() 683 struct mlx5e_sq *sq) in mlx5e_open_sq() 720 static void mlx5e_close_sq(struct mlx5e_sq *sq) in mlx5e_close_sq() 1120 sizeof(struct mlx5e_sq *), GFP_KERNEL); in mlx5e_open_channels()
|