Searched refs:ncmd (Results 1 – 7 of 7) sorted by relevance
/linux-2.4.37.9/drivers/scsi/ |
D | 53c7xx.c | 5409 struct NCR53c7x0_cmd *ncmd = local 5422 if (!check_address ((unsigned long) ncmd, sizeof (struct NCR53c7x0_cmd)) && 5423 ((insn >= ncmd->data_transfer_start && 5424 insn < ncmd->data_transfer_end) || 5425 (insn >= ncmd->residual && 5426 insn < (ncmd->residual + 5427 sizeof(ncmd->residual))))) { 5471 struct NCR53c7x0_cmd *ncmd = local 5478 if (check_address ((unsigned long) ncmd,sizeof (struct NCR53c7x0_cmd)) == 0) 5482 ncmd->bounce.len, ncmd->bounce.addr, ncmd->bounce.buf[0], [all …]
|
D | 53c7,8xx.c | 5731 struct NCR53c7x0_cmd *ncmd = 5744 if (!check_address ((unsigned long) ncmd, sizeof (struct NCR53c7x0_cmd)) && 5745 ((insn >= ncmd->data_transfer_start && 5746 insn < ncmd->data_transfer_end) || 5747 (insn >= ncmd->residual && 5748 insn < (ncmd->residual + 5749 sizeof(ncmd->residual))))) { 5793 struct NCR53c7x0_cmd *ncmd = 5800 if (check_address ((unsigned long) ncmd, 5805 ptr = bus_to_virt(le32_to_cpu(ncmd->saved_data_pointer)); [all …]
|
/linux-2.4.37.9/drivers/char/ |
D | h8.c | 211 if (qp->nacks > qp->ncmd) in h8_intr() 218 if (qp->cnt < qp->ncmd) { in h8_intr() 461 qp->ncmd = cmd_size; in h8_q_cmd()
|
D | h8.h | 233 int ncmd; /* number of bytes in command */ member
|
/linux-2.4.37.9/drivers/isdn/icn/ |
D | icn.c | 477 isdn_ctrl ncmd; in icn_parse_status() local 482 memset(&ncmd, 0, sizeof(ncmd)); in icn_parse_status() 484 ncmd.driver = card->myid; in icn_parse_status() 485 ncmd.arg = channel; in icn_parse_status() 486 ncmd.command = ISDN_STAT_BHUP; in icn_parse_status()
|
/linux-2.4.37.9/include/net/bluetooth/ |
D | hci.h | 547 __u8 ncmd; member 555 __u8 ncmd; member
|
/linux-2.4.37.9/net/bluetooth/ |
D | hci_event.c | 832 if (cs->ncmd) { in hci_event_packet() 869 if (ec->ncmd) { in hci_event_packet()
|