Searched refs:t4_wq (Results 1 – 4 of 4) sorted by relevance
| /trueos/sys/dev/cxgbe/iw_cxgbe/ |
| HD | t4.h | 337 struct t4_wq { struct 345 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted() argument 350 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty() 355 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full() 360 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail() 365 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce() 375 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume() 383 static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) in t4_rq_host_wq_pidx() 388 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size() 393 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty() [all …]
|
| HD | cq.c | 197 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe() 214 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() 229 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe() 248 int c4iw_flush_sq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_sq() 288 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 304 void c4iw_count_scqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_scqes() 323 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes() 342 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs() 374 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe() 389 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read() [all …]
|
| HD | iw_cxgbe.h | 432 struct t4_wq wq; 905 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count); 906 void c4iw_count_scqes(struct t4_cq *cq, struct t4_wq *wq, int *count); 908 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count); 909 int c4iw_flush_sq(struct t4_wq *wq, struct t4_cq *cq, int count);
|
| HD | qp.c | 107 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() 124 static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in create_qp()
|