Searched refs:sge_wrq (Results 1 – 7 of 7) sorted by relevance
| /NextBSD/sys/dev/cxgbe/tom/ |
| HD | t4_tom.h | 100 struct sge_wrq *ofld_txq; 102 struct sge_wrq *ctrlq; 175 struct sge_wrq *ctrlq; 253 void release_tid(struct adapter *, int, struct sge_wrq *); 287 void send_abort_rpl(struct adapter *, struct sge_wrq *, int , int);
|
| HD | t4_listen.c | 358 struct sge_wrq *ofld_txq; in send_reset_synqe() 854 struct sge_wrq *ofld_txq; in do_abort_req_synqe()
|
| HD | t4_cpl_io.c | 1204 send_abort_rpl(struct adapter *sc, struct sge_wrq *ofld_txq, int tid, in send_abort_rpl() 1250 struct sge_wrq *ofld_txq = toep->ofld_txq; in do_abort_req()
|
| HD | t4_tom.c | 438 release_tid(struct adapter *sc, int tid, struct sge_wrq *ctrlq) in release_tid()
|
| /NextBSD/sys/dev/cxgbe/ |
| HD | adapter.h | 568 struct sge_wrq *wrq; 583 struct sge_wrq { struct 695 struct sge_wrq mgmtq; /* Management queue (control queue) */ 696 struct sge_wrq *ctrlq; /* Control queues */ 700 struct sge_wrq *ofld_txq; /* TOE tx queues */ 1070 void t4_wrq_tx_locked(struct adapter *, struct sge_wrq *, struct wrqe *); 1073 void *start_wrq_wr(struct sge_wrq *, int, struct wrq_cookie *); 1074 void commit_wrq_wr(struct sge_wrq *, void *, struct wrq_cookie *); 1088 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() 1116 struct sge_wrq *wrq = wr->wrq; in t4_wrq_tx()
|
| HD | t4_sge.c | 207 static int alloc_wrq(struct adapter *, struct vi_info *, struct sge_wrq *, 209 static int free_wrq(struct adapter *, struct sge_wrq *); 247 static void drain_wrq_wr_list(struct adapter *, struct sge_wrq *); 925 struct sge_wrq *ctrlq; in t4_setup_vi_queues() 928 struct sge_wrq *ofld_txq; in t4_setup_vi_queues() 1136 struct sge_wrq *ofld_txq; in t4_teardown_vi_queues() 1758 struct sge_wrq *wrq = arg; in wrq_tx_drain() 1768 drain_wrq_wr_list(struct adapter *sc, struct sge_wrq *wrq) in drain_wrq_wr_list() 1842 t4_wrq_tx_locked(struct adapter *sc, struct sge_wrq *wrq, struct wrqe *wr) in t4_wrq_tx_locked() 2173 start_wrq_wr(struct sge_wrq *wrq, int len16, struct wrq_cookie *cookie) in start_wrq_wr() [all …]
|
| HD | t4_main.c | 422 static void quiesce_wrq(struct adapter *, struct sge_wrq *); 914 s->ofld_txq = malloc(s->nofldtxq * sizeof(struct sge_wrq), in t4_attach() 930 s->ctrlq = malloc(sc->params.nports * sizeof(struct sge_wrq), M_CXGBE, in t4_attach() 4008 struct sge_wrq *ofld_txq; in vi_full_uninit() 4086 quiesce_wrq(struct adapter *sc, struct sge_wrq *wrq) in quiesce_wrq() 8737 struct sge_wrq *wrq; in t4_ioctl()
|