Searched refs:iow (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/infiniband/hw/hfi1/
H A Diowait.c68 wait->wait[i].iow = wait;
95 if (w == &w->iow->wait[IOWAIT_IB_SE]) {
96 iowait_set_flag(w->iow, IOWAIT_PENDING_IB);
99 iowait_set_flag(w->iow, IOWAIT_PENDING_TID);
H A Diowait.h40 * @iow: the parent iowait structure
53 struct iowait *iow; member in struct:iowait_work
91 * The wait_dma member along with the iow
309 w->iow->priority++;
331 w->iow->priority++;
421 w->iow->tx_count++;
422 w->iow->count += n;
450 return w->iow;
H A Dvnic_sdma.c193 container_of(wait->iow, struct hfi1_vnic_sdma, wait);
203 iowait_get_priority(wait->iow);
204 iowait_queue(pkts_sent, wait->iow, &sde->dmawait);
H A Dipoib_tx.c620 container_of(wait->iow, struct hfi1_ipoib_txq, wait);
641 iowait_queue(pkts_sent, wait->iow, &sde->dmawait);
H A Druc.c479 struct rvt_qp *qp = iowait_to_qp(w->iow);
H A Duser_sdma.c72 container_of(wait->iow, struct hfi1_user_sdma_pkt_q, busy);
H A Dsdma.c2329 ret = wait->iow->sleep(sde, wait, tx, seq, pkts_sent);
H A Dtid_rdma.c5344 struct rvt_qp *qp = iowait_to_qp(w->iow);
/linux-master/drivers/net/ethernet/davicom/
H A Ddm9000.c169 iow(struct board_info *db, int reg, int value) function
184 iow(db, DM9000_NCR, NCR_RST | NCR_MAC_LBK);
189 iow(db, DM9000_NCR, 0);
190 iow(db, DM9000_NCR, NCR_RST | NCR_MAC_LBK);
290 iow(db, DM9000_EPAR, DM9000_PHY | reg);
293 iow(db, DM9000_EPCR, EPCR_ERPRR | EPCR_EPOS);
303 iow(db, DM9000_EPCR, 0x0); /* Clear phyxcer read command */
337 iow(db, DM9000_EPAR, DM9000_PHY | reg);
340 iow(db, DM9000_EPDRL, value);
341 iow(d
[all...]
/linux-master/drivers/xen/
H A Dpvcalls-back.c303 struct pvcalls_ioworker *iow; local
310 iow = &map->ioworker;
313 queue_work(iow->wq, &iow->register_work);
521 struct pvcalls_ioworker *iow; local
568 iow = &map->ioworker;
571 queue_work(iow->wq, &iow->register_work);
908 struct pvcalls_ioworker *iow; local
916 iow
[all...]
/linux-master/arch/riscv/include/asm/
H A Dio.h52 #define __io_pbw() RISCV_FENCE(iow, o)
/linux-master/arch/mips/include/asm/sn/sn0/
H A Dhubio.h459 iow: 1; /* IO Write operation */ member in struct:icrba_u::__anon34
481 iow: 1; /* IO Write operation */ member in struct:h1_icrba_u::__anon35

Completed in 173 milliseconds