Searched refs:resp_seq (Results 1 – 3 of 3) sorted by relevance
388 __le16 resp_seq = READ_ONCE(ctx->resp->seq_id); in __hwrm_send_ctx() local390 if (resp_seq == ctx->req->seq_id) in __hwrm_send_ctx()392 if (resp_seq != seen_out_of_seq) { in __hwrm_send_ctx()394 le16_to_cpu(resp_seq), req_type, le16_to_cpu(ctx->req->seq_id)); in __hwrm_send_ctx()395 seen_out_of_seq = resp_seq; in __hwrm_send_ctx()
611 __le16 resp_seq = READ_ONCE(ctx->resp->seq_id); in __hwrm_send() local613 if (resp_seq == ctx->req->seq_id) in __hwrm_send()615 if (resp_seq != seen_out_of_seq) { in __hwrm_send()617 le16_to_cpu(resp_seq), in __hwrm_send()620 seen_out_of_seq = resp_seq; in __hwrm_send()
483 struct sctp_association *asoc, __be32 resp_seq, in sctp_chunk_lookup_strreset_param() argument 501 if ((!resp_seq || req->request_seq == resp_seq) && in sctp_chunk_lookup_strreset_param()