Searched refs:is_tx (Results 1 – 7 of 7) sorted by relevance
| /freebsd-12-stable/sys/dev/mlx4/mlx4_en/ |
| D | mlx4_en_cq.c | 87 cq->is_tx = mode; in mlx4_en_create_cq() 128 if (cq->is_tx == RX) { in mlx4_en_activate_cq() 154 if (!cq->is_tx) in mlx4_en_activate_cq() 163 cq->mcq.comp = cq->is_tx ? mlx4_en_tx_irq : mlx4_en_rx_irq; in mlx4_en_activate_cq() 166 if (cq->is_tx) { in mlx4_en_activate_cq() 192 cq->is_tx == RX) in mlx4_en_destroy_cq() 204 if (!cq->is_tx) { in mlx4_en_deactivate_cq()
|
| D | mlx4_en_resources.c | 42 int is_tx, int rss, int qpn, int cqn, in mlx4_en_fill_qp_context() argument 52 if (!is_tx && !rss) in mlx4_en_fill_qp_context() 54 if (is_tx) in mlx4_en_fill_qp_context()
|
| D | en.h | 394 enum cq_type is_tx; member 828 int is_tx, int rss, int qpn, int cqn, int user_prio,
|
| /freebsd-12-stable/sys/dev/usb/ |
| D | usb_dev.c | 407 uint8_t is_tx; in usb_fifo_create() local 413 is_tx = (cpd->fflags & FWRITE) ? 1 : 0; in usb_fifo_create() 421 if (is_tx) { in usb_fifo_create() 453 if (is_tx) { in usb_fifo_create() 507 if (is_tx && in usb_fifo_create() 557 if (is_tx) { in usb_fifo_create()
|
| /freebsd-12-stable/sys/contrib/vchiq/interface/vchiq_arm/ |
| D | vchiq_core.c | 1404 int is_tx = (queue == &service->bulk_tx); in abort_outstanding_bulks() local 1407 service->state->id, service->localport, is_tx ? 't' : 'r', in abort_outstanding_bulks() 1430 is_tx ? "Send Bulk to" : "Recv Bulk from", in abort_outstanding_bulks() 1440 bulk->dir = is_tx ? VCHIQ_BULK_TRANSMIT : in abort_outstanding_bulks()
|
| /freebsd-12-stable/sys/dev/usb/controller/ |
| D | musb_otg.c | 174 musbotg_channel_alloc(struct musbotg_softc *sc, struct musbotg_td *td, uint8_t is_tx) in musbotg_channel_alloc() argument 203 if (is_tx) { in musbotg_channel_alloc()
|
| /freebsd-12-stable/sys/net/ |
| D | iflib.c | 4819 bool is_tx) in get_cpuid_for_queue() argument 4836 is_tx && qid < scctx->isc_nrxqsets) { in get_cpuid_for_queue() 4856 if (is_tx) in get_cpuid_for_queue()
|