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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/tcpdump-4.4.0/
H A Dprint-arcnet.c59 arcnet_print(const u_char *bp, u_int length, int phds, int flag, u_int seqid) argument
86 (void)printf("%02x %02x %s seqid %04x %d: ",
87 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
93 (void)printf("%02x %02x %s seqid %04x "
95 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
98 (void)printf("%02x %02x %s seqid %04x "
100 ap->arc_shost, ap->arc_dhost, arctypename, seqid,
118 u_int seqid = 0; local
155 seqid = EXTRACT_16BITS(&ap->arc_seqid2);
159 seqid
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfs/
H A Dnfs4_fs.h17 * In a seqid-mutating op, this macro controls which error return
18 * values trigger incrementation of the seqid.
93 static inline void nfs_confirm_seqid(struct nfs_seqid_counter *seqid, int status) argument
96 seqid->flags |= NFS_SEQID_CONFIRMED;
327 extern int nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task);
328 extern void nfs_increment_open_seqid(int status, struct nfs_seqid *seqid);
329 extern void nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid);
330 extern void nfs_release_seqid(struct nfs_seqid *seqid);
331 extern void nfs_free_seqid(struct nfs_seqid *seqid);
H A Dnfs4state.c802 void nfs_release_seqid(struct nfs_seqid *seqid) argument
804 if (!list_empty(&seqid->list)) {
805 struct rpc_sequence *sequence = seqid->sequence->sequence;
808 list_del_init(&seqid->list);
814 void nfs_free_seqid(struct nfs_seqid *seqid) argument
816 nfs_release_seqid(seqid);
817 kfree(seqid);
821 * Increment the seqid if the OPEN/OPEN_DOWNGRADE/CLOSE succeeded, or
822 * failed with a seqid incrementing error -
825 static void nfs_increment_seqid(int status, struct nfs_seqid *seqid) argument
854 nfs_increment_open_seqid(int status, struct nfs_seqid *seqid) argument
871 nfs_increment_lock_seqid(int status, struct nfs_seqid *seqid) argument
876 nfs_wait_on_sequence(struct nfs_seqid *seqid, struct rpc_task *task) argument
[all...]
H A Dnfs4proc.c547 dprintk("<-- %s slotid=%d seqid=%d\n", __func__, slotid, slot->seq_nr);
730 p->o_res.seqid = p->o_arg.seqid;
731 p->c_res.seqid = p->c_arg.seqid;
751 p->o_arg.seqid = nfs_alloc_seqid(&sp->so_seqid, gfp_mask);
752 if (p->o_arg.seqid == NULL)
779 p->c_arg.seqid = p->o_arg.seqid;
795 nfs_free_seqid(p->o_arg.seqid);
3858 nfs4_alloc_unlockdata(struct file_lock *fl, struct nfs_open_context *ctx, struct nfs4_lock_state *lsp, struct nfs_seqid *seqid) argument
3943 nfs4_do_unlck(struct file_lock *fl, struct nfs_open_context *ctx, struct nfs4_lock_state *lsp, struct nfs_seqid *seqid) argument
3981 struct nfs_seqid *seqid; local
[all...]
H A Dnfs4xdr.c930 *p++ = cpu_to_be32(arg->seqid->sequence->counter);
1121 *p++ = cpu_to_be32(args->seqid->sequence->counter);
1177 * opcode 4, seqid 4, share_access 4, share_deny 4, clientid 8, ownerlen 4,
1182 *p = cpu_to_be32(arg->seqid->sequence->counter);
1315 *p = cpu_to_be32(arg->seqid->sequence->counter);
1327 *p = cpu_to_be32(arg->seqid->sequence->counter);
1707 * Sessionid + seqid + slotid + max slotid + cache_this
1709 dprintk("%s: sessionid=%u:%u:%u:%u seqid=%d slotid=%d "
3620 nfs_increment_open_seqid(status, res->seqid);
4013 nfs_increment_lock_seqid(status, res->seqid);
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/sparc/kernel/
H A Dldc.c62 u32 seqid; member in struct:ldc_packet
438 p->seqid = 0;
441 ldcdbg(HS, "SEND RTS env[0x%x] seqid[0x%x]\n",
442 p->env, p->seqid);
458 p->seqid = 0;
460 ldcdbg(HS, "SEND RTR env[0x%x] seqid[0x%x]\n",
461 p->env, p->seqid);
477 p->seqid = ++lp->snd_nxt;
480 ldcdbg(HS, "SEND RDX env[0x%x] seqid[0x%x] ackid[0x%x]\n",
481 p->env, p->seqid,
708 rx_seq_ok(struct ldc_channel *lp, u32 seqid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dnfs_xdr.h160 /* nfs41 sessions slot seqid */
193 struct nfs_seqid * seqid; member in struct:nfs_openargs
220 struct nfs_seqid * seqid; member in struct:nfs_openres
236 struct nfs_seqid * seqid; member in struct:nfs_open_confirmargs
241 struct nfs_seqid * seqid; member in struct:nfs_open_confirmres
250 struct nfs_seqid * seqid; member in struct:nfs_closeargs
259 struct nfs_seqid * seqid; member in struct:nfs_closeres
295 struct nfs_seqid * seqid; member in struct:nfs_locku_args
302 struct nfs_seqid * seqid; member in struct:nfs_locku_res
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/ipmi/
H A Dipmi_msghandler.c127 long seqid; member in struct:seq_table
141 #define STORE_SEQ_IN_MSGID(seq, seqid) (((seq&0xff)<<26) | (seqid&0x3ffffff))
143 #define GET_SEQ_FROM_MSGID(msgid, seq, seqid) \
146 seqid = (msgid & 0x3fffff); \
149 #define NEXT_SEQID(seqid) (((seqid) + 1) & 0x3fffff)
740 long *seqid)
763 intf->seq_table[i].seqid = NEXT_SEQID(intf->seq_table[i].seqid);
734 intf_next_seq(ipmi_smi_t intf, struct ipmi_recv_msg *recv_msg, unsigned long timeout, int retries, int broadcast, unsigned char *seq, long *seqid) argument
820 unsigned long seqid; local
849 unsigned long seqid; local
1527 long seqid; local
1658 long seqid; local
3841 smi_from_recv_msg(ipmi_smi_t intf, struct ipmi_recv_msg *recv_msg, unsigned char seq, long seqid) argument
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/fs/nfsd/
H A Dnfs4state.c1312 exid->seqid = 1;
1315 dprintk("nfsd4_exchange_id seqid %d flags %x\n",
1327 check_slot_seqid(u32 seqid, u32 slot_seqid, int slot_inuse) argument
1329 dprintk("%s enter. seqid %d slot_seqid %d\n", __func__, seqid,
1334 if (seqid == slot_seqid)
1340 if (likely(seqid == slot_seqid + 1))
1343 if (seqid == slot_seqid)
1346 if (seqid == 1 && (slot_seqid + 1) == 0)
1389 status = check_slot_seqid(cr_ses->seqid, cs_slo
2956 nfs4_preprocess_seqid_op(struct nfsd4_compound_state *cstate, u32 seqid, stateid_t *stateid, int flags, struct nfs4_stateowner **sopp, struct nfs4_stateid **stpp, struct nfsd4_lock *lock) argument
[all...]
H A Dxdr4.h364 u32 seqid; member in struct:nfsd4_exchange_id
370 u32 seqid; /* request/response */ member in struct:nfsd4_sequence
H A Dstate.h147 u32 seqid; member in struct:nfsd4_create_session
284 * Replay buffer, where the result of the last seqid-mutating operation
H A Dnfs4xdr.c625 /* seqid, share_access, share_deny, clientid, ownerlen */
1098 READ32(sess->seqid);
1212 READ32(seq->seqid);
1494 * Header routine to setup seqid operation replay cache
1502 * Routine for encoding the result of a "seqid-mutating" NFSv4 operation. This
2949 WRITE32(exid->seqid);
2983 WRITE32(sess->seqid);
3039 WRITE32(seq->seqid);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/
H A DUSBModem.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/common/ com/common/ndisJni/ com/common/ndisJni/QualNdisJni ...

Completed in 283 milliseconds