Searched refs:unitname (Results 1 – 4 of 4) sorted by relevance
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5074/ |
D | pci_ops.c | 251 #define MAKE_PCI_OPS(prefix, rw, unitname, unittype, pciswap) \ argument 252 static int prefix##_##rw##_config_##unitname(struct pci_dev *dev, int where, unittype val) \ 254 return rw##_config_##unitname(pciswap, \
|
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5476/ |
D | pci_ops.c | 254 #define MAKE_PCI_OPS(prefix, rw, unitname, unittype, pciswap) \ argument 255 static int prefix##_##rw##_config_##unitname(struct pci_dev *dev, int where, unittype val) \ 257 return rw##_config_##unitname(pciswap, \
|
/linux-2.4.37.9/arch/mips/ddb5xxx/ddb5477/ |
D | pci_ops.c | 259 #define MAKE_PCI_OPS(prefix, rw, unitname, unittype, pciswap) \ argument 260 static int prefix##_##rw##_config_##unitname(struct pci_dev *dev, int where, unittype val) \ 262 return rw##_config_##unitname(pciswap, \
|
/linux-2.4.37.9/drivers/s390/net/ |
D | c7000.c | 515 unsigned char unitname[NAMLEN]; member 1429 memcpy(ctlblkp->unitname, ccp->uhost, NAMLEN); in c7000_send_sysval() 1475 memcpy(ctlblkp->unitname, ccp->uhost, NAMLEN); in c7000_send_sysval_resp() 1509 memcmp(ccp->uhost, ctlblkp->unitname, NAMLEN)) in c7000_checkinfo() 1642 memcpy(ctlblkp->unitname, ccp->uappl, NAMLEN); in c7000_conn_confrm() 1687 memcpy(ctlblkp->unitname, ccp->uappl, NAMLEN); in c7000_send_conn() 1733 memcpy(ctlblkp->unitname, ccp->uappl, NAMLEN); in c7000_send_disc()
|