Searched refs:wr_cmd (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/block/paride/ |
D | pt.c | 866 char wr_cmd[12] = { ATAPI_WRITE_6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }; in pt_write() local 875 (tape, wr_cmd, 0, NULL, "start buffer-available mode")) in pt_write() 896 wr_cmd[4] = b; in pt_write() 898 r = pt_command(tape, wr_cmd, n, "write"); in pt_write()
|
/linux-6.1.9/drivers/net/ethernet/apm/xgene/ |
D | xgene_enet_ring2.c | 200 .wr_cmd = xgene_enet_wr_cmd,
|
D | xgene_enet_main.h | 173 void (*wr_cmd)(struct xgene_enet_desc_ring *, int); member
|
D | xgene_enet_main.c | 112 pdata->ring_ops->wr_cmd(buf_pool, nbuf); in xgene_enet_refill_pagepool() 161 pdata->ring_ops->wr_cmd(buf_pool, nbuf); in xgene_enet_refill_bufpool() 584 pdata->ring_ops->wr_cmd(tx_ring, count); in xgene_enet_start_xmit() 838 pdata->ring_ops->wr_cmd(ring, -count); in xgene_enet_process_ring()
|
D | xgene_enet_hw.c | 1025 .wr_cmd = xgene_enet_wr_cmd,
|
/linux-6.1.9/drivers/scsi/csiostor/ |
D | csio_lnode.c | 1436 struct fw_fcoe_els_ct_wr *wr_cmd; in csio_ln_mgmt_wr_handler() local 1439 wr_cmd = (struct fw_fcoe_els_ct_wr *) wr; in csio_ln_mgmt_wr_handler() 1448 io_req = (struct csio_ioreq *) ((uintptr_t) wr_cmd->cookie); in csio_ln_mgmt_wr_handler() 1449 io_req->wr_status = csio_wr_status(wr_cmd); in csio_ln_mgmt_wr_handler()
|