Home
last modified time | relevance | path

Searched refs:ddp (Results 1 – 9 of 9) sorted by relevance

/drivers/net/ethernet/intel/ixgbe/
A Dixgbe_fcoe.c25 ddp->len = 0; in ixgbe_fcoe_clear_ddp()
26 ddp->err = 1; in ixgbe_fcoe_clear_ddp()
28 ddp->udp = 0UL; in ixgbe_fcoe_clear_ddp()
30 ddp->sgc = 0; in ixgbe_fcoe_clear_ddp()
61 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_put()
111 dma_unmap_sg(&adapter->pdev->dev, ddp->sgl, ddp->sgc, in ixgbe_fcoe_ddp_put()
114 dma_pool_free(ddp->pool, ddp->udl, ddp->udp); in ixgbe_fcoe_ddp_put()
168 ddp = &fcoe->ddp[xid]; in ixgbe_fcoe_ddp_setup()
171 xid, ddp->sgl, ddp->sgc); in ixgbe_fcoe_ddp_setup()
320 dma_pool_free(ddp->pool, ddp->udl, ddp->udp); in ixgbe_fcoe_ddp_setup()
[all …]
A Dixgbe_fcoe.h56 struct ixgbe_fcoe_ddp ddp[IXGBE_FCOE_DDP_MAX_X550]; member
/drivers/scsi/csiostor/
A Dcsio_scsi.h234 struct csio_dma_buf *ddp; in csio_get_scsi_ddp() local
237 ddp = list_first_entry(&scm->ddp_freelist, in csio_get_scsi_ddp()
239 list_del_init(&ddp->list); in csio_get_scsi_ddp()
241 return ddp; in csio_get_scsi_ddp()
247 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) in csio_put_scsi_ddp() argument
249 list_add_tail(&ddp->list, &scm->ddp_freelist); in csio_put_scsi_ddp()
/drivers/scsi/
A Dscsi_debug.c7614 static ssize_t delay_show(struct device_driver *ddp, char *buf) in delay_show() argument
7655 static ssize_t ndelay_show(struct device_driver *ddp, char *buf) in ndelay_show() argument
7698 static ssize_t opts_show(struct device_driver *ddp, char *buf) in opts_show() argument
7728 static ssize_t ptype_show(struct device_driver *ddp, char *buf) in ptype_show() argument
7751 static ssize_t dsense_show(struct device_driver *ddp, char *buf) in dsense_show() argument
8191 static ssize_t dix_show(struct device_driver *ddp, char *buf) in dix_show() argument
8197 static ssize_t dif_show(struct device_driver *ddp, char *buf) in dif_show() argument
8203 static ssize_t guard_show(struct device_driver *ddp, char *buf) in guard_show() argument
8209 static ssize_t ato_show(struct device_driver *ddp, char *buf) in ato_show() argument
8215 static ssize_t map_show(struct device_driver *ddp, char *buf) in map_show() argument
[all …]
A Dst.c4565 static ssize_t try_direct_io_show(struct device_driver *ddp, char *buf) in try_direct_io_show() argument
4571 static ssize_t fixed_buffer_size_show(struct device_driver *ddp, char *buf) in fixed_buffer_size_show() argument
4577 static ssize_t max_sg_segs_show(struct device_driver *ddp, char *buf) in max_sg_segs_show() argument
4590 static ssize_t debug_flag_store(struct device_driver *ddp, in debug_flag_store() argument
4609 static ssize_t debug_flag_show(struct device_driver *ddp, char *buf) in debug_flag_show() argument
/drivers/tty/hvc/
A Dhvcs.c448 static ssize_t rescan_show(struct device_driver *ddp, char *buf) in rescan_show() argument
454 static ssize_t rescan_store(struct device_driver *ddp, const char * buf, in rescan_store() argument
/drivers/net/ethernet/chelsio/cxgb4/
A Dcxgb4_uld.h357 struct cxgb4_range ddp; member
A Dcxgb4_main.c5198 adap->vres.ddp.start = val[3]; in adap_init0()
5199 adap->vres.ddp.size = val[4] - val[3] + 1; in adap_init0()
/drivers/mtd/nand/onenand/
A Donenand_base.c3343 int vcc, demuxed, ddp, density, flexonenand; in onenand_print_device_info() local
3347 ddp = device & ONENAND_DEVICE_IS_DDP; in onenand_print_device_info()
3353 ddp ? "(DDP)" : "", in onenand_print_device_info()

Completed in 858 milliseconds