Home
last modified time | relevance | path

Searched refs:issue (Results 1 – 25 of 155) sorted by relevance

1234567

/linux-2.6.39/net/irda/ircomm/
Dircomm_event.c103 ret = self->issue.connect_request(self, skb, info); in ircomm_state_idle()
162 ret = self->issue.connect_response(self, skb); in ircomm_state_waitr()
166 ret = self->issue.disconnect_request(self, skb, info); in ircomm_state_waitr()
194 ret = self->issue.data_request(self, skb, 0); in ircomm_state_conn()
204 ret = self->issue.data_request(self, skb, skb->len); in ircomm_state_conn()
213 ret = self->issue.disconnect_request(self, skb, info); in ircomm_state_conn()
Dircomm_ttp.c104 self->issue.data_request = ircomm_ttp_data_request; in ircomm_open_tsap()
105 self->issue.connect_request = ircomm_ttp_connect_request; in ircomm_open_tsap()
106 self->issue.connect_response = ircomm_ttp_connect_response; in ircomm_open_tsap()
107 self->issue.disconnect_request = ircomm_ttp_disconnect_request; in ircomm_open_tsap()
Dircomm_lmp.c367 self->issue.data_request = ircomm_lmp_data_request; in ircomm_open_lsap()
368 self->issue.connect_request = ircomm_lmp_connect_request; in ircomm_open_lsap()
369 self->issue.connect_response = ircomm_lmp_connect_response; in ircomm_open_lsap()
370 self->issue.disconnect_request = ircomm_lmp_disconnect_request; in ircomm_open_lsap()
/linux-2.6.39/Documentation/networking/
Dixgbevf.txt50 If an issue is identified with the released source code on the supported
52 to the issue to e1000-devel@lists.sf.net
Digbvf.txt78 If an issue is identified with the released source code on the supported
80 to the issue to e1000-devel@lists.sf.net
Digb.txt107 If an issue is identified with the released source code on the supported
109 to the issue to e1000-devel@lists.sf.net
Dixgb.txt347 cable assembly may resolve the issue.
355 the issue.
360 this situation occurs, using a different cable assembly may resolve the issue.
383 the available memory is heavily fragmented. This issue may be seen with PCI-X
431 If an issue is identified with the released source code on the supported
433 to the issue to e1000-devel@lists.sf.net
/linux-2.6.39/drivers/staging/speakup/
DTODO11 The first issue has to do with the way speakup communicates with serial
34 Another issue seems to only happen on SMP systems. It seems
/linux-2.6.39/arch/alpha/lib/
Dstrlen.S34 nop # helps dual issue last two insns
Dstrlen_user.S81 nop # dual issue next two on ev4 and ev5
/linux-2.6.39/Documentation/timers/
Dtimer_stats.txt33 To activate a sample period issue:
36 To stop a sample period issue:
/linux-2.6.39/arch/blackfin/mach-common/
Darch_checks.c55 # error You are using a part with anomaly 05000448, this issue causes random memory read/write fail…
/linux-2.6.39/Documentation/arm/SA1100/
DPangolin7 To compile for Pangolin, you must issue the following commands:
DBrutus6 To compile for Brutus, you must issue the following commands:
/linux-2.6.39/net/rxrpc/
Drxkad.c830 time_t issue, now; in rxkad_decrypt_ticket() local
918 issue = le32_to_cpu(stamp); in rxkad_decrypt_ticket()
922 issue = be32_to_cpu(stamp); in rxkad_decrypt_ticket()
926 _debug("KIV ISSUE: %lx [%lx]", issue, now); in rxkad_decrypt_ticket()
929 if (issue > now) { in rxkad_decrypt_ticket()
935 if (issue < now - life) { in rxkad_decrypt_ticket()
941 *_expiry = issue + life; in rxkad_decrypt_ticket()
/linux-2.6.39/Documentation/powerpc/
Dqe_firmware.txt87 flexibility and save h/w traps If new features are activated or an issue is
134 | | RX INIT | command, the host must issue another special|
136 | | | following that re-issue the ATM RX INIT |
146 | | | must issue another command. |
157 | | command | INIT command, user must issue this command |
/linux-2.6.39/include/net/irda/
Dircomm_core.h61 call_t issue; member
Dirda_device.h111 struct dongle_reg *issue; /* Registration info */ member
/linux-2.6.39/Documentation/usb/
Dehci.txt109 the EHCI controller can issue interrupts.
148 Bulk transfers are most often used where throughput is an issue. It's
167 onto one bus does not get you 60 MByte/sec. The issue appears to be
182 you issue a control or bulk request you can often expect to learn that
210 transfers are fully scheduled, so the main issue is likely to be how
/linux-2.6.39/Documentation/
Dstable_kernel_rules.txt13 security issue, or some "oh, that's not good" issue. In short, something
/linux-2.6.39/drivers/staging/tm6000/
DREADME14 it is an overheat issue - is there a workaround that we could do?
/linux-2.6.39/Documentation/scsi/
DChangeLog.megaraid_sas65 will re-issue those pending cmds again to FW after the OCR
77 OCR to finish, then issue the cmds to FW.
101 context value larger than 32bit value issue.
106 3. driver fixed the device update issue after get the AEN
192 … Unexpected interrupt occurs in HWR Linux driver, add the dumy readl pci flush will fix this issue.
258 issue. 2. Increased MFI_POLL_TIMEOUT_SECS to 60 seconds from
/linux-2.6.39/drivers/scsi/arm/
Dacornscsi.h318 Queue_t issue; /* issue queue */ member
/linux-2.6.39/drivers/staging/zram/
Dzram.txt35 data. So, for such a disk, you need to issue 'reset' (see below)
/linux-2.6.39/Documentation/s390/
D3270.txt163 above? Use the grep command to find out; for instance, issue
169 issue "ls -l /dev/3270/tty620". The output should start with the
177 If so, you must issue the command "DEF GRAF 620" from your VM
259 Have a command you issue frequently? Assign it to a PF or PA key! Use

1234567