Searched defs:ptype (Results 1 - 16 of 16) sorted by relevance

/drivers/media/dvb/dvb-usb/
H A Dusb-urb.c17 int ptype = usb_pipetype(urb->pipe); local
22 ptype == PIPE_ISOCHRONOUS ? "isoc" : "bulk",
40 switch (ptype) {
/drivers/media/video/au0828/
H A Dau0828-dvb.c100 int ptype = usb_pipetype(purb->pipe); local
110 if (ptype != PIPE_BULK) {
112 __func__, ptype);
/drivers/isdn/isdnloop/
H A Disdnloop.h27 int ptype; member in struct:isdnloop_sdef
78 int ptype; /* Protocol type (1TR6 or Euro) */ member in struct:isdnloop_card
/drivers/net/can/softing/
H A Dsofting_fw.c106 static int fw_parse(const uint8_t **pmem, uint16_t *ptype, uint32_t *paddr, argument
129 *ptype = le16_to_cpup((void *)&mem[0]);
/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_dcb.c223 u8 *ptype)
230 ptype[i] = p->prio_type;
258 u8 ptype[MAX_TRAFFIC_CLASS]; local
269 ixgbe_dcb_unpack_prio(dcb_config, DCB_TX_CONFIG, ptype);
275 bwgid, ptype);
280 bwgid, ptype, prio_tc);
222 ixgbe_dcb_unpack_prio(struct ixgbe_dcb_config *cfg, int direction, u8 *ptype) argument
/drivers/net/wan/
H A Dlapbether.c90 static int lapbeth_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev) argument
/drivers/net/hamradio/
H A Dbpqether.c179 static int bpq_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev) argument
/drivers/usb/host/
H A Duhci-debug.c102 char *ptype; local
115 case PIPE_ISOCHRONOUS: ptype = "ISO"; break;
116 case PIPE_INTERRUPT: ptype = "INT"; break;
117 case PIPE_BULK: ptype = "BLK"; break;
119 case PIPE_CONTROL: ptype = "CTL"; break;
122 out += sprintf(out, "%s%s", ptype, (urbp->fsbr ? " FSBR" : ""));
/drivers/isdn/act2000/
H A Dact2000.h154 u_char ptype; /* Protocol type (1TR6 or Euro) */ member in struct:act2000_card
/drivers/isdn/icn/
H A Dicn.h148 int ptype; /* Protocol type (1TR6 or Euro) */ member in struct:icn_card
/drivers/net/fddi/skfp/
H A Dsmt.c1574 int ptype ; member in struct:smt_pdef
1874 if (pd->ptype == type)
/drivers/staging/ozwpan/
H A Dozproto.c44 struct packet_type ptype; member in struct:oz_binding
457 dev_remove_pack(&b->ptype);
458 if (b->ptype.dev)
459 dev_put(b->ptype.dev);
801 binding->ptype.type = __constant_htons(OZ_ETHERTYPE);
802 binding->ptype.func = oz_pkt_recv;
806 binding->ptype.dev =
808 if (binding->ptype.dev == 0) {
815 binding->ptype.dev = 0;
818 dev_add_pack(&binding->ptype);
[all...]
/drivers/net/ethernet/ti/
H A Dcpsw.c144 u32 ptype; member in struct:cpsw_regs
518 __raw_writel(0, &priv->regs->ptype);
/drivers/scsi/bnx2fc/
H A Dbnx2fc_fcoe.c396 * @ptype: context
402 struct packet_type *ptype, struct net_device *olddev)
411 interface = container_of(ptype, struct bnx2fc_interface,
988 * @ptype: the &packet_type structure which was used to register this handler.
994 struct packet_type *ptype,
998 interface = container_of(ptype, struct bnx2fc_interface,
401 bnx2fc_rcv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *olddev) argument
993 bnx2fc_fip_recv(struct sk_buff *skb, struct net_device *dev, struct packet_type *ptype, struct net_device *orig_dev) argument
/drivers/scsi/fcoe/
H A Dfcoe.c471 * @ptype: The packet_type structure which was used to register this handler
478 struct packet_type *ptype,
483 fcoe = container_of(ptype, struct fcoe_interface, fip_packet_type);
1356 * @ptype: The packet type context
1365 struct packet_type *ptype, struct net_device *olddev)
1375 fcoe = container_of(ptype, struct fcoe_interface, fcoe_packet_type);
477 fcoe_fip_recv(struct sk_buff *skb, struct net_device *netdev, struct packet_type *ptype, struct net_device *orig_dev) argument
1364 fcoe_rcv(struct sk_buff *skb, struct net_device *netdev, struct packet_type *ptype, struct net_device *olddev) argument
/drivers/net/ethernet/sun/
H A Dniu.c3455 int ptype; local
3457 ptype = (val >> RCR_ENTRY_PKT_TYPE_SHIFT);
3458 if ((ptype == RCR_PKT_TYPE_TCP ||
3459 ptype == RCR_PKT_TYPE_UDP) &&
9480 u8 ptype)
9508 p->plat_type = ptype;
9545 u8 ptype)
9559 p = niu_new_parent(np, id, ptype);
9478 niu_new_parent(struct niu *np, union niu_parent_id *id, u8 ptype) argument
9543 niu_get_parent(struct niu *np, union niu_parent_id *id, u8 ptype) argument

Completed in 367 milliseconds