Lines Matching refs:ND_PRINT

154 	ND_PRINT((ndo, "\n\tAFlags: [%s]", bittok2str(aoev1_aflag_str, "none", *cp)));  in aoev1_issue_print()
158 ND_PRINT((ndo, ", Err/Feature: %u", *cp)); in aoev1_issue_print()
162 ND_PRINT((ndo, ", Sector Count: %u", *cp)); in aoev1_issue_print()
166 ND_PRINT((ndo, ", Cmd/Status: %u", *cp)); in aoev1_issue_print()
170 ND_PRINT((ndo, "\n\tlba0: %u", *cp)); in aoev1_issue_print()
174 ND_PRINT((ndo, ", lba1: %u", *cp)); in aoev1_issue_print()
178 ND_PRINT((ndo, ", lba2: %u", *cp)); in aoev1_issue_print()
182 ND_PRINT((ndo, ", lba3: %u", *cp)); in aoev1_issue_print()
186 ND_PRINT((ndo, ", lba4: %u", *cp)); in aoev1_issue_print()
190 ND_PRINT((ndo, ", lba5: %u", *cp)); in aoev1_issue_print()
197 ND_PRINT((ndo, "\n\tData: %u bytes", len - AOEV1_ISSUE_ARG_LEN)); in aoev1_issue_print()
201 ND_PRINT((ndo, "%s", cstr)); in aoev1_issue_print()
205 ND_PRINT((ndo, "%s", tstr)); in aoev1_issue_print()
219 ND_PRINT((ndo, "\n\tBuffer Count: %u", EXTRACT_16BITS(cp))); in aoev1_query_print()
223 ND_PRINT((ndo, ", Firmware Version: %u", EXTRACT_16BITS(cp))); in aoev1_query_print()
227 ND_PRINT((ndo, ", Sector Count: %u", *cp)); in aoev1_query_print()
231 ND_PRINT((ndo, ", AoE: %u, CCmd: %s", (*cp & 0xF0) >> 4, in aoev1_query_print()
243 ND_PRINT((ndo, "\n\tConfig String (length %u): ", cslen)); in aoev1_query_print()
250 ND_PRINT((ndo, "%s", cstr)); in aoev1_query_print()
254 ND_PRINT((ndo, "%s", tstr)); in aoev1_query_print()
271 ND_PRINT((ndo, "\n\tMCmd: %s", tok2str(aoev1_mcmd_str, "Unknown (0x%02x)", *cp))); in aoev1_mac_print()
275 ND_PRINT((ndo, ", MError: %s", tok2str(aoev1_merror_str, "Unknown (0x%02x)", *cp))); in aoev1_mac_print()
281 ND_PRINT((ndo, ", Dir Count: %u", dircount)); in aoev1_mac_print()
291 ND_PRINT((ndo, "\n\t DCmd: %s", tok2str(aoev1_dcmd_str, "Unknown (0x%02x)", *cp))); in aoev1_mac_print()
295 ND_PRINT((ndo, ", Ethernet Address: %s", etheraddr_string(ndo, cp))); in aoev1_mac_print()
301 ND_PRINT((ndo, "%s", cstr)); in aoev1_mac_print()
305 ND_PRINT((ndo, "%s", tstr)); in aoev1_mac_print()
319 ND_PRINT((ndo, "\n\tRCmd: %s", tok2str(aoev1_rcmd_str, "Unknown (0x%02x)", *cp))); in aoev1_reserve_print()
325 ND_PRINT((ndo, ", NMacs: %u", nmacs)); in aoev1_reserve_print()
330 ND_PRINT((ndo, "\n\tEthernet Address %u: %s", i, etheraddr_string(ndo, cp))); in aoev1_reserve_print()
336 ND_PRINT((ndo, "%s", cstr)); in aoev1_reserve_print()
340 ND_PRINT((ndo, "%s", tstr)); in aoev1_reserve_print()
356 ND_PRINT((ndo, ", Flags: [%s]", bittok2str(aoev1_flag_str, "none", flags))); in aoev1_print()
363 ND_PRINT((ndo, "\n\tError: %s", tok2str(aoev1_errcode_str, "Invalid (%u)", *cp))); in aoev1_print()
367 ND_PRINT((ndo, "\n\tMajor: 0x%04x", EXTRACT_16BITS(cp))); in aoev1_print()
371 ND_PRINT((ndo, ", Minor: 0x%02x", *cp)); in aoev1_print()
377 ND_PRINT((ndo, ", Command: %s", tok2str(cmdcode_str, "Unknown (0x%02x)", command))); in aoev1_print()
380 ND_PRINT((ndo, ", Tag: 0x%08x", EXTRACT_32BITS(cp))); in aoev1_print()
394 ND_PRINT((ndo, "%s", cstr)); in aoev1_print()
398 ND_PRINT((ndo, "%s", tstr)); in aoev1_print()
408 ND_PRINT((ndo, "AoE length %u", len)); in aoe_print()
416 ND_PRINT((ndo, ", Ver %u", ver)); in aoe_print()
426 ND_PRINT((ndo, "%s", cstr)); in aoe_print()
430 ND_PRINT((ndo, "%s", tstr)); in aoe_print()