Searched refs:BNXT_SEG_HDR_LEN (Results 1 – 2 of 2) sorted by relevance
362 data = buf + BNXT_SEG_HDR_LEN + extra_hlen; in bnxt_get_ctx_coredump()367 memcpy(buf, &seg_hdr, BNXT_SEG_HDR_LEN); in bnxt_get_ctx_coredump()368 buf += BNXT_SEG_HDR_LEN; in bnxt_get_ctx_coredump()378 len += BNXT_SEG_HDR_LEN + seg_len; in bnxt_get_ctx_coredump()
111 #define BNXT_SEG_HDR_LEN sizeof(struct bnxt_coredump_segment_hdr) macro