Searched refs:ptype (Results 1 - 22 of 22) sorted by relevance

/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
H A Disdnloop.c347 card->ptype = ISDN_PTYPE_1TR6;
353 card->ptype = ISDN_PTYPE_EURO;
550 switch (card->ptype) {
688 switch (cc->ptype) {
753 switch (card->ptype) {
862 if (card->ptype != ISDN_PTYPE_1TR6) {
1075 switch (sdef.ptype) {
1108 sdef.ptype);
1155 while (card->ptype == ISDN_PTYPE_UNKNOWN)
1283 if (card->ptype
[all...]
/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/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/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/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 Dmodule.c283 card->ptype = a ? ISDN_PTYPE_EURO : ISDN_PTYPE_1TR6;
324 if (card->ptype == ISDN_PTYPE_EURO)
374 if (card->ptype == ISDN_PTYPE_EURO) {
377 if (card->ptype == ISDN_PTYPE_1TR6) {
603 card->ptype = ISDN_PTYPE_EURO;
H A Dact2000.h154 u_char ptype; /* Protocol type (1TR6 or Euro) */ member in struct:act2000_card
H A Dcapi.c212 m->msg.manufacturer_req_net.nettype = (card->ptype == ISDN_PTYPE_EURO) ? 1 : 0;
215 card->interface.id, (card->ptype == ISDN_PTYPE_EURO) ? "euro" : "1tr6");
219 ((card->ptype == ISDN_PTYPE_EURO) ? ISDN_FEATURE_P_EURO : ISDN_FEATURE_P_1TR6);
700 if (card->ptype == ISDN_PTYPE_EURO)
/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/icn/
H A Dicn.h148 int ptype; /* Protocol type (1TR6 or Euro) */ member in struct:icn_card
H A Dicn.c639 card->ptype = ISDN_PTYPE_1TR6;
645 card->ptype = ISDN_PTYPE_EURO;
1271 while (card->ptype == ISDN_PTYPE_UNKNOWN) {
1385 if (card->ptype == ISDN_PTYPE_EURO) {
1401 if (card->ptype == ISDN_PTYPE_EURO)
1543 card->ptype = ISDN_PTYPE_UNKNOWN;
/drivers/staging/winbond/
H A Dsme_api.h83 s8 sme_get_network_type_in_use(void *pcore_data, u8 *ptype);
/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/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/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/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/net/fddi/skfp/
H A Dsmt.c1574 int ptype ; member in struct:smt_pdef
1874 if (pd->ptype == type)
/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
/drivers/scsi/
H A Dscsi_debug.c2756 module_param_named(ptype, scsi_debug_ptype, int, S_IRUGO | S_IWUSR);
2798 MODULE_PARM_DESC(ptype, "SCSI peripheral type(def=0[disk])");
2939 DRIVER_ATTR(ptype, S_IRUGO | S_IWUSR, sdebug_ptype_show, sdebug_ptype_store);

Completed in 849 milliseconds