Searched refs:nxt (Results 1 - 13 of 13) sorted by relevance

/drivers/scsi/qla2xxx/
H A Dqla_dbg.c116 uint32_t ram_dwords, void **nxt)
190 *nxt = rval == QLA_SUCCESS ? &ram[cnt] : NULL;
196 uint32_t ram_dwords, void **nxt)
267 *nxt = rval == QLA_SUCCESS ? &ram[cnt]: NULL;
273 uint32_t cram_size, void **nxt)
278 rval = qla24xx_dump_ram(ha, 0x20000, code_ram, cram_size / 4, nxt);
285 rval = qla24xx_dump_ram(ha, 0x100000, *nxt,
286 ha->fw_memory_size - 0x100000 + 1, nxt);
376 uint32_t ram_words, void **nxt)
454 *nxt
115 qla27xx_dump_mpi_ram(struct qla_hw_data *ha, uint32_t addr, uint32_t *ram, uint32_t ram_dwords, void **nxt) argument
195 qla24xx_dump_ram(struct qla_hw_data *ha, uint32_t addr, uint32_t *ram, uint32_t ram_dwords, void **nxt) argument
272 qla24xx_dump_memory(struct qla_hw_data *ha, uint32_t *code_ram, uint32_t cram_size, void **nxt) argument
375 qla2xxx_dump_ram(struct qla_hw_data *ha, uint32_t addr, uint16_t *ram, uint32_t ram_words, void **nxt) argument
693 void *nxt; local
1051 void *nxt; local
1306 void *nxt, *nxt_chain; local
1625 void *nxt, *nxt_chain; local
1946 void *nxt, *nxt_chain; local
[all...]
/drivers/infiniband/hw/cxgb3/
H A Diwch_provider.h208 struct list_head *pos, *nxt; local
212 list_for_each_safe(pos, nxt, &ucontext->mmaps) {
H A Dcxio_hal.c254 struct list_head *pos, *nxt; local
258 list_for_each_safe(pos, nxt, &uctx->qpids) {
/drivers/uwb/
H A Duwbd.c354 struct uwb_event *evt, *nxt; local
357 list_for_each_entry_safe(evt, nxt, &rc->uwbd.event_list, list_node) {
/drivers/net/wan/
H A Ddlci.c528 struct dlci_local *dlp, *nxt; local
534 list_for_each_entry_safe(dlp, nxt, &dlci_devs, list) {
/drivers/staging/lustre/lnet/klnds/socklnd/
H A Dsocklnd.c516 struct list_head *nxt; local
524 list_for_each_safe (tmp, nxt, &peer->ksnp_routes) {
537 list_for_each_safe (tmp, nxt, &peer->ksnp_routes) {
546 list_for_each_safe (tmp, nxt, &peer->ksnp_routes) {
554 list_for_each_safe (tmp, nxt, &peer->ksnp_conns) {
2000 struct list_head *nxt; local
2015 list_for_each_safe(tmp, nxt, &peer->ksnp_routes) {
2029 list_for_each_safe(tmp, nxt, &peer->ksnp_conns) {
2043 struct list_head *nxt; local
2067 list_for_each_safe(tmp, nxt,
[all...]
/drivers/infiniband/hw/qib/
H A Dqib_iba7322.c6095 char *nxt, *str; local
6104 deflt = simple_strtoul(str, &nxt, 0);
6112 while (*nxt && nxt[1]) {
6113 str = ++nxt;
6114 unit = simple_strtoul(str, &nxt, 0);
6115 if (nxt == str || !*nxt || *nxt != ',') {
6116 while (*nxt
[all...]
/drivers/media/platform/soc_camera/
H A Dmx2_camera.c1067 int coeff, nxt; /* table output */ local
1080 for (nxt = 0; v < out_pos; nxt++) {
1098 for (i = 1; i < nxt; i++) {
/drivers/infiniband/hw/cxgb4/
H A Diw_cxgb4.h521 struct list_head *pos, *nxt; local
525 list_for_each_safe(pos, nxt, &ucontext->mmaps) {
H A Ddevice.c740 struct list_head *pos, *nxt; local
744 list_for_each_safe(pos, nxt, &uctx->qpids) {
757 list_for_each_safe(pos, nxt, &uctx->qpids) {
/drivers/atm/
H A Dfirestream.c1942 struct FS_BPENTRY *fp, *nxt; local
1984 !(fp->flags & FP_FLAGS_EPI);fp = nxt) {
1987 nxt = bus_to_virt (fp->next);
/drivers/staging/lustre/lustre/ptlrpc/
H A Dservice.c404 struct ptlrpc_reply_state *rs, *nxt; local
413 list_for_each_entry_safe(rs, nxt, &exp->exp_uncommitted_replies,
862 struct list_head *nxt; local
922 list_for_each_safe(tmp, nxt, &rqbd->rqbd_reqs) {
/drivers/staging/lustre/lnet/klnds/o2iblnd/
H A Do2iblnd_cb.c1962 struct list_head *nxt; local
1967 list_for_each_safe (tmp, nxt, txs) {

Completed in 238 milliseconds