| /linux-6.15/drivers/net/ethernet/intel/ixgbe/ |
| H A D | ixgbe_fcoe.c | 25 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 …]
|
| H A D | ixgbe_fcoe.h | 56 struct ixgbe_fcoe_ddp ddp[IXGBE_FCOE_DDP_MAX_X550]; member
|
| /linux-6.15/net/appletalk/ |
| H A D | ddp.c | 1404 struct ddpehdr *ddp; in atalk_rcv() local 1422 ddp = ddp_hdr(skb); in atalk_rcv() 1445 if (ddp->deh_sum && in atalk_rcv() 1454 atif = atalk_find_interface(ddp->deh_dnet, ddp->deh_dnode); in atalk_rcv() 1516 ddp = skb_push(skb, sizeof(*ddp) - 4); in ltalk_rcv() 1556 struct ddpehdr *ddp; in atalk_sendmsg() local 1650 ddp->deh_len_hops = htons(len + sizeof(*ddp)); in atalk_sendmsg() 1668 ddp->deh_sum = 0; in atalk_sendmsg() 1670 ddp->deh_sum = atalk_checksum(skb, len + sizeof(*ddp)); in atalk_sendmsg() 1727 struct ddpehdr *ddp; in atalk_recvmsg() local [all …]
|
| H A D | Makefile | 8 appletalk-y := aarp.o ddp.o
|
| H A D | aarp.c | 524 struct ddpehdr *ddp = (struct ddpehdr *)skb->data; in aarp_send_ddp() local 534 if ((!ddp->deh_snet || at->s_net == ddp->deh_snet) && in aarp_send_ddp() 535 (!ddp->deh_dnet || at->s_net == ddp->deh_dnet)) { in aarp_send_ddp() 536 skb_pull(skb, sizeof(*ddp) - 4); in aarp_send_ddp()
|
| /linux-6.15/drivers/scsi/csiostor/ |
| H A D | csio_scsi.h | 234 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()
|
| /linux-6.15/drivers/scsi/ |
| H A D | scsi_debug.c | 7543 static ssize_t delay_show(struct device_driver *ddp, char *buf) in delay_show() argument 7584 static ssize_t ndelay_show(struct device_driver *ddp, char *buf) in ndelay_show() argument 7627 static ssize_t opts_show(struct device_driver *ddp, char *buf) in opts_show() argument 7657 static ssize_t ptype_show(struct device_driver *ddp, char *buf) in ptype_show() argument 7680 static ssize_t dsense_show(struct device_driver *ddp, char *buf) in dsense_show() argument 8120 static ssize_t dix_show(struct device_driver *ddp, char *buf) in dix_show() argument 8126 static ssize_t dif_show(struct device_driver *ddp, char *buf) in dif_show() argument 8132 static ssize_t guard_show(struct device_driver *ddp, char *buf) in guard_show() argument 8138 static ssize_t ato_show(struct device_driver *ddp, char *buf) in ato_show() argument 8144 static ssize_t map_show(struct device_driver *ddp, char *buf) in map_show() argument [all …]
|
| H A D | st.c | 4565 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
|
| /linux-6.15/drivers/tty/hvc/ |
| H A D | hvcs.c | 448 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
|
| /linux-6.15/drivers/net/ethernet/chelsio/cxgb4/ |
| H A D | cxgb4_uld.h | 357 struct cxgb4_range ddp; member
|
| H A D | cxgb4_main.c | 5198 adap->vres.ddp.start = val[3]; in adap_init0() 5199 adap->vres.ddp.size = val[4] - val[3] + 1; in adap_init0()
|
| /linux-6.15/drivers/mtd/nand/onenand/ |
| H A D | onenand_base.c | 3343 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()
|
| /linux-6.15/Documentation/networking/device_drivers/ethernet/intel/ |
| H A D | ice.rst | 156 ``intel/ice/ddp/ice.pkg`` in your firmware root (typically ``/lib/firmware/`` 210 ``/lib/firmware/updates/intel/ice/ddp/``. If the directory does not yet
|