Searched refs:sge_wrq (Results 1 – 10 of 10) sorted by relevance
| /freebsd-10-stable/sys/dev/cxgbe/tom/ |
| D | t4_tom.h | 128 struct sge_wrq *ofld_txq; 130 struct sge_wrq *ctrlq; 204 struct sge_wrq *ctrlq; 287 void release_tid(struct adapter *, int, struct sge_wrq *); 324 void send_abort_rpl(struct adapter *, struct sge_wrq *, int , int); 332 void t4_set_tcb_field(struct adapter *, struct sge_wrq *, int, uint16_t, 345 int t4_write_page_pods_for_db(struct adapter *, struct sge_wrq *, int, 347 int t4_write_page_pods_for_buf(struct adapter *, struct sge_wrq *, int tid,
|
| D | t4_cpl_io.c | 1242 send_abort_rpl(struct adapter *sc, struct sge_wrq *ofld_txq, int tid, in send_abort_rpl() 1288 struct sge_wrq *ofld_txq = toep->ofld_txq; in do_abort_req() 1758 t4_set_tcb_field(struct adapter *sc, struct sge_wrq *wrq, int tid, in t4_set_tcb_field()
|
| D | t4_ddp.c | 810 t4_write_page_pods_for_db(struct adapter *sc, struct sge_wrq *wrq, int tid, in t4_write_page_pods_for_db() 886 t4_write_page_pods_for_buf(struct adapter *sc, struct sge_wrq *wrq, int tid, in t4_write_page_pods_for_buf()
|
| D | t4_listen.c | 357 struct sge_wrq *ofld_txq; in send_reset_synqe() 855 struct sge_wrq *ofld_txq; in do_abort_req_synqe()
|
| D | t4_tom.c | 470 release_tid(struct adapter *sc, int tid, struct sge_wrq *ctrlq) in release_tid()
|
| /freebsd-10-stable/sys/dev/cxgbe/ |
| D | adapter.h | 597 struct sge_wrq *wrq; 612 struct sge_wrq { struct 711 struct sge_wrq mgmtq; /* Management queue (control queue) */ 712 struct sge_wrq *ctrlq; /* Control queues */ 715 struct sge_wrq *ofld_txq; /* TOE tx queues */ 1168 void t4_wrq_tx_locked(struct adapter *, struct sge_wrq *, struct wrqe *); 1171 void *start_wrq_wr(struct sge_wrq *, int, struct wrq_cookie *); 1172 void commit_wrq_wr(struct sge_wrq *, void *, struct wrq_cookie *); 1198 alloc_wrqe(int wr_len, struct sge_wrq *wrq) in alloc_wrqe() 1226 struct sge_wrq *wrq = wr->wrq; in t4_wrq_tx()
|
| D | t4_l2t.h | 65 struct sge_wrq *wrq; /* queue to use for write_l2e */
|
| D | t4_sge.c | 215 static int alloc_wrq(struct adapter *, struct vi_info *, struct sge_wrq *, 217 static int free_wrq(struct adapter *, struct sge_wrq *); 259 static void drain_wrq_wr_list(struct adapter *, struct sge_wrq *); 1014 struct sge_wrq *ctrlq; in t4_setup_vi_queues() 1017 struct sge_wrq *ofld_txq; in t4_setup_vi_queues() 1238 struct sge_wrq *ofld_txq; in t4_teardown_vi_queues() 1871 struct sge_wrq *wrq = arg; in wrq_tx_drain() 1881 drain_wrq_wr_list(struct adapter *sc, struct sge_wrq *wrq) in drain_wrq_wr_list() 1957 t4_wrq_tx_locked(struct adapter *sc, struct sge_wrq *wrq, struct wrqe *wr) in t4_wrq_tx_locked() 2277 start_wrq_wr(struct sge_wrq *wrq, int len16, struct wrq_cookie *cookie) in start_wrq_wr() [all …]
|
| D | t4_l2t.c | 115 struct sge_wrq *wrq; in t4_write_l2e()
|
| D | t4_main.c | 484 static void quiesce_wrq(struct adapter *, struct sge_wrq *); 1043 s->ofld_txq = malloc(s->nofldtxq * sizeof(struct sge_wrq), in t4_attach() 1061 s->ctrlq = malloc(sc->params.nports * sizeof(struct sge_wrq), M_CXGBE, in t4_attach() 4518 struct sge_wrq *ofld_txq; in vi_full_uninit() 4590 quiesce_wrq(struct adapter *sc, struct sge_wrq *wrq) in quiesce_wrq() 9125 struct sge_wrq *wrq; in t4_ioctl()
|