Searched refs:cpcmd (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/s390/net/ |
| H A D | smsgiucv.c | 134 cpcmd("SET SMSG OFF", NULL, 0, NULL); in smsg_exit() 163 cpcmd("SET SMSG IUCV", NULL, 0, NULL); in smsg_init()
|
| /linux/arch/s390/include/asm/ |
| H A D | cpcmd.h | 30 int cpcmd(const char *cmd, char *response, int rlen, int *response_code);
|
| /linux/drivers/net/ethernet/realtek/ |
| H A D | 8139cp.c | 332 u16 cpcmd; member 991 cpw16(CpCmd, cp->cpcmd); in cp_start_hw() 1472 cp->cpcmd |= RxChkSum; in cp_set_features() 1474 cp->cpcmd &= ~RxChkSum; in cp_set_features() 1477 cp->cpcmd |= RxVlanOn; in cp_set_features() 1479 cp->cpcmd &= ~RxVlanOn; in cp_set_features() 1481 cpw16_f(CpCmd, cp->cpcmd); in cp_set_features() 1964 cp->cpcmd = (pci_using_dac ? PCIDAC : 0) | in cp_init_one()
|
| /linux/drivers/s390/char/ |
| H A D | con3215.c | 912 cpcmd("TERM CONMODE 3215", NULL, 0, NULL); in con3215_init() 913 cpcmd("TERM AUTOCR OFF", NULL, 0, NULL); in con3215_init()
|