Searched refs:t4_wq (Results 1 – 8 of 8) sorted by relevance
/freebsd/sys/dev/cxgbe/iw_cxgbe/ |
H A D | t4.h | 360 struct t4_wq { struct 367 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted() argument 372 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty() 377 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full() 382 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail() 387 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce() 397 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume() 405 static inline u16 t4_rq_host_wq_pidx(struct t4_wq *wq) in t4_rq_host_wq_pidx() 410 static inline u16 t4_rq_wq_size(struct t4_wq *wq) in t4_rq_wq_size() 420 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty() [all …]
|
H A D | cq.c | 204 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe() 221 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() 236 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe() 255 static void advance_oldest_read(struct t4_wq *wq); 260 struct t4_wq *wq = &qhp->wq; in c4iw_flush_sq() 289 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs() 326 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe() 338 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read() 440 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 456 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes() [all …]
|
H A D | iw_cxgbe.h | 489 struct t4_wq wq; 968 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count); 971 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count);
|
H A D | qp.c | 103 static int destroy_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in destroy_qp() 125 static int create_qp(struct c4iw_rdev *rdev, struct t4_wq *wq, in create_qp()
|
/freebsd/contrib/ofed/libcxgb4/ |
H A D | t4.h | 353 struct t4_wq { struct 363 static inline int t4_rqes_posted(struct t4_wq *wq) in t4_rqes_posted() argument 368 static inline int t4_rq_empty(struct t4_wq *wq) in t4_rq_empty() 373 static inline int t4_rq_full(struct t4_wq *wq) in t4_rq_full() 378 static inline u32 t4_rq_avail(struct t4_wq *wq) in t4_rq_avail() 383 static inline void t4_rq_produce(struct t4_wq *wq, u8 len16) in t4_rq_produce() 395 static inline void t4_rq_consume(struct t4_wq *wq) in t4_rq_consume() 406 static inline int t4_sq_empty(struct t4_wq *wq) in t4_sq_empty() 411 static inline int t4_sq_full(struct t4_wq *wq) in t4_sq_full() 416 static inline u32 t4_sq_avail(struct t4_wq *wq) in t4_sq_avail() [all …]
|
H A D | cq.c | 42 static void insert_recv_cqe(struct t4_wq *wq, struct t4_cq *cq) in insert_recv_cqe() 59 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count) in c4iw_flush_rq() 74 static void insert_sq_cqe(struct t4_wq *wq, struct t4_cq *cq, in insert_sq_cqe() 93 static void advance_oldest_read(struct t4_wq *wq); 98 struct t4_wq *wq = &qhp->wq; in c4iw_flush_sq() 126 static void flush_completed_wrs(struct t4_wq *wq, struct t4_cq *cq) in flush_completed_wrs() 163 static void create_read_req_cqe(struct t4_wq *wq, struct t4_cqe *hw_cqe, in create_read_req_cqe() 175 static void advance_oldest_read(struct t4_wq *wq) in advance_oldest_read() 284 static int cqe_completes_wr(struct t4_cqe *cqe, struct t4_wq *wq) in cqe_completes_wr() 300 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count) in c4iw_count_rcqes() [all …]
|
H A D | libcxgb4.h | 117 struct t4_wq wq; 230 int c4iw_flush_rq(struct t4_wq *wq, struct t4_cq *cq, int count); 232 void c4iw_count_rcqes(struct t4_cq *cq, struct t4_wq *wq, int *count);
|
H A D | qp.c | 45 static void copy_wr_to_sq(struct t4_wq *wq, union t4_wr *wqe, u8 len16) in copy_wr_to_sq() 81 static void copy_wr_to_rq(struct t4_wq *wq, union t4_recv_wr *wqe, u8 len16) in copy_wr_to_rq()
|