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

/linux-master/net/appletalk/
H A DMakefile8 appletalk-y := aarp.o ddp.o dev.o
H A Dddp.c1288 struct ddpehdr *ddp, __u16 len_hops, int origlen)
1297 if (skb->pkt_type != PACKET_HOST || !ddp->deh_dnet) {
1310 ta.s_net = ddp->deh_dnet;
1311 ta.s_node = ddp->deh_dnode;
1338 ddp->deh_len_hops = htons(len_hops);
1349 * Note. ddp-> becomes invalid at the realloc.
1391 struct ddpehdr *ddp; local
1406 if (!pskb_may_pull(skb, sizeof(*ddp)))
1409 ddp = ddp_hdr(skb);
1411 len_hops = ntohs(ddp
1287 atalk_route_packet(struct sk_buff *skb, struct net_device *dev, struct ddpehdr *ddp, __u16 len_hops, int origlen) argument
1488 struct ddpehdr *ddp; local
1543 struct ddpehdr *ddp; local
1714 struct ddpehdr *ddp; local
[all...]
H A Daarp.c555 struct ddpehdr *ddp = (struct ddpehdr *)skb->data; local
565 if ((!ddp->deh_snet || at->s_net == ddp->deh_snet) &&
566 (!ddp->deh_dnet || at->s_net == ddp->deh_dnet)) {
567 skb_pull(skb, sizeof(*ddp) - 4);
662 /* Tell the ddp layer we have taken over for this frame. */
1042 /* General module cleanup. Called from cleanup_module() in ddp.c. */
/linux-master/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_fcoe.c17 * ixgbe_fcoe_clear_ddp - clear the given ddp context
18 * @ddp: ptr to the ixgbe_fcoe_ddp
23 static inline void ixgbe_fcoe_clear_ddp(struct ixgbe_fcoe_ddp *ddp) argument
25 ddp->len = 0;
26 ddp->err = 1;
27 ddp->udl = NULL;
28 ddp->udp = 0UL;
29 ddp->sgl = NULL;
30 ddp->sgc = 0;
34 * ixgbe_fcoe_ddp_put - free the ddp contex
49 struct ixgbe_fcoe_ddp *ddp; local
140 struct ixgbe_fcoe_ddp *ddp; local
389 struct ixgbe_fcoe_ddp *ddp; local
[all...]
H A Dixgbe_fcoe.h13 /* ddp user buffer */
56 struct ixgbe_fcoe_ddp ddp[IXGBE_FCOE_DDP_MAX_X550]; member in struct:ixgbe_fcoe
/linux-master/drivers/scsi/csiostor/
H A Dcsio_scsi.h234 struct csio_dma_buf *ddp; local
237 ddp = list_first_entry(&scm->ddp_freelist,
239 list_del_init(&ddp->list);
241 return ddp;
247 csio_put_scsi_ddp(struct csio_scsim *scm, struct csio_dma_buf *ddp) argument
249 list_add_tail(&ddp->list, &scm->ddp_freelist);
/linux-master/drivers/scsi/
H A Dscsi_debug.c6554 static ssize_t delay_show(struct device_driver *ddp, char *buf) argument
6561 static ssize_t delay_store(struct device_driver *ddp, const char *buf, argument
6595 static ssize_t ndelay_show(struct device_driver *ddp, char *buf) argument
6601 static ssize_t ndelay_store(struct device_driver *ddp, const char *buf, argument
6638 static ssize_t opts_show(struct device_driver *ddp, char *buf) argument
6643 static ssize_t opts_store(struct device_driver *ddp, const char *buf, argument
6668 static ssize_t ptype_show(struct device_driver *ddp, char *buf) argument
6672 static ssize_t ptype_store(struct device_driver *ddp, const char *buf, argument
6691 static ssize_t dsense_show(struct device_driver *ddp, char *buf) argument
6695 static ssize_t dsense_store(struct device_driver *ddp, cons argument
6708 fake_rw_show(struct device_driver *ddp, char *buf) argument
6712 fake_rw_store(struct device_driver *ddp, const char *buf, size_t count) argument
6756 no_lun_0_show(struct device_driver *ddp, char *buf) argument
6760 no_lun_0_store(struct device_driver *ddp, const char *buf, size_t count) argument
6773 num_tgts_show(struct device_driver *ddp, char *buf) argument
6777 num_tgts_store(struct device_driver *ddp, const char *buf, size_t count) argument
6791 dev_size_mb_show(struct device_driver *ddp, char *buf) argument
6797 per_host_store_show(struct device_driver *ddp, char *buf) argument
6802 per_host_store_store(struct device_driver *ddp, const char *buf, size_t count) argument
6815 num_parts_show(struct device_driver *ddp, char *buf) argument
6821 every_nth_show(struct device_driver *ddp, char *buf) argument
6825 every_nth_store(struct device_driver *ddp, const char *buf, size_t count) argument
6853 lun_format_show(struct device_driver *ddp, char *buf) argument
6857 lun_format_store(struct device_driver *ddp, const char *buf, size_t count) argument
6890 max_luns_show(struct device_driver *ddp, char *buf) argument
6894 max_luns_store(struct device_driver *ddp, const char *buf, size_t count) argument
6929 max_queue_show(struct device_driver *ddp, char *buf) argument
6935 max_queue_store(struct device_driver *ddp, const char *buf, size_t count) argument
6957 host_max_queue_show(struct device_driver *ddp, char *buf) argument
6962 no_rwlock_show(struct device_driver *ddp, char *buf) argument
6967 no_rwlock_store(struct device_driver *ddp, const char *buf, size_t count) argument
6985 no_uld_show(struct device_driver *ddp, char *buf) argument
6991 scsi_level_show(struct device_driver *ddp, char *buf) argument
6997 virtual_gb_show(struct device_driver *ddp, char *buf) argument
7001 virtual_gb_store(struct device_driver *ddp, const char *buf, size_t count) argument
7036 add_host_show(struct device_driver *ddp, char *buf) argument
7042 add_host_store(struct device_driver *ddp, const char *buf, size_t count) argument
7080 vpd_use_hostno_show(struct device_driver *ddp, char *buf) argument
7084 vpd_use_hostno_store(struct device_driver *ddp, const char *buf, size_t count) argument
7097 statistics_show(struct device_driver *ddp, char *buf) argument
7101 statistics_store(struct device_driver *ddp, const char *buf, size_t count) argument
7119 sector_size_show(struct device_driver *ddp, char *buf) argument
7125 submit_queues_show(struct device_driver *ddp, char *buf) argument
7131 dix_show(struct device_driver *ddp, char *buf) argument
7137 dif_show(struct device_driver *ddp, char *buf) argument
7143 guard_show(struct device_driver *ddp, char *buf) argument
7149 ato_show(struct device_driver *ddp, char *buf) argument
7155 map_show(struct device_driver *ddp, char *buf) argument
7177 random_show(struct device_driver *ddp, char *buf) argument
7182 random_store(struct device_driver *ddp, const char *buf, size_t count) argument
7195 removable_show(struct device_driver *ddp, char *buf) argument
7199 removable_store(struct device_driver *ddp, const char *buf, size_t count) argument
7212 host_lock_show(struct device_driver *ddp, char *buf) argument
7217 host_lock_store(struct device_driver *ddp, const char *buf, size_t count) argument
7230 strict_show(struct device_driver *ddp, char *buf) argument
7234 strict_store(struct device_driver *ddp, const char *buf, size_t count) argument
7247 uuid_ctl_show(struct device_driver *ddp, char *buf) argument
7253 cdb_len_show(struct device_driver *ddp, char *buf) argument
7257 cdb_len_store(struct device_driver *ddp, const char *buf, size_t count) argument
7304 zbc_show(struct device_driver *ddp, char *buf) argument
7311 tur_ms_to_ready_show(struct device_driver *ddp, char *buf) argument
7317 group_number_stats_show(struct device_driver *ddp, char *buf) argument
7329 group_number_stats_store(struct device_driver *ddp, const char *buf, size_t count) argument
[all...]
H A Dst.c4519 static ssize_t try_direct_io_show(struct device_driver *ddp, char *buf)
4525 static ssize_t fixed_buffer_size_show(struct device_driver *ddp, char *buf)
4531 static ssize_t max_sg_segs_show(struct device_driver *ddp, char *buf)
4544 static ssize_t debug_flag_store(struct device_driver *ddp,
4563 static ssize_t debug_flag_show(struct device_driver *ddp, char *buf)
4504 try_direct_io_show(struct device_driver *ddp, char *buf) argument
4510 fixed_buffer_size_show(struct device_driver *ddp, char *buf) argument
4516 max_sg_segs_show(struct device_driver *ddp, char *buf) argument
4529 debug_flag_store(struct device_driver *ddp, const char *buf, size_t count) argument
4548 debug_flag_show(struct device_driver *ddp, char *buf) argument
/linux-master/drivers/net/ethernet/chelsio/cxgb4/
H A Dcxgb4_uld.h357 struct cxgb4_range ddp; member in struct:cxgb4_virt_res
462 unsigned int iscsi_tagmask; /* iscsi ddp tag mask */
463 unsigned int iscsi_pgsz_order; /* iscsi ddp page size orders */
H A Dcxgb4_main.c5207 adap->vres.ddp.start = val[3];
5208 adap->vres.ddp.size = val[4] - val[3] + 1;
/linux-master/drivers/tty/hvc/
H A Dhvcs.c448 static ssize_t rescan_show(struct device_driver *ddp, char *buf) argument
454 static ssize_t rescan_store(struct device_driver *ddp, const char * buf, argument
/linux-master/drivers/mtd/nand/onenand/
H A Donenand_base.c3342 int vcc, demuxed, ddp, density, flexonenand; local
3346 ddp = device & ONENAND_DEVICE_IS_DDP;
3352 ddp ? "(DDP)" : "",

Completed in 346 milliseconds