Searched refs:print_err (Results 1 – 7 of 7) sorted by relevance
| /linux/arch/powerpc/boot/ |
| H A D | decompress.c | 89 static void print_err(char *s) in print_err() function 133 output_size, NULL, print_err); in partial_decompress()
|
| /linux/arch/x86/kernel/cpu/microcode/ |
| H A D | intel.c | 214 * @print_err: Display failure reason if true, silent if false. 225 int intel_microcode_sanity_check(void *mc, bool print_err, int hdr_type) in intel_microcode_sanity_check() 237 if (print_err) in intel_microcode_sanity_check() 243 if (print_err) in intel_microcode_sanity_check() 256 if (print_err) in intel_microcode_sanity_check() 263 if (print_err) in intel_microcode_sanity_check() 281 if (print_err) in intel_microcode_sanity_check() 298 if (print_err) in intel_microcode_sanity_check() 316 if (print_err) in intel_microcode_sanity_check() 224 intel_microcode_sanity_check(void * mc,bool print_err,int hdr_type) intel_microcode_sanity_check() argument
|
| /linux/samples/bpf/ |
| H A D | xdp_sample_user.c | 53 #define print_err(err, fmt, ...) __print_err(err, fmt, ##__VA_ARGS__) macro 717 print_err(drop, in stats_get_cpumap_enqueue() 761 print_err(xdp_drop, in stats_get_cpumap_remote() 800 print_err(drop, " %-20s " FMT_COLUMNf FMT_COLUMNf FMT_COLUMNf "\n", in stats_get_cpumap_kthread() 876 print_err(drop, " %-18s " FMT_COLUMNf "\n", str, in stats_get_redirect_err_cnt() 1070 print_err(drop, in stats_get_devmap_xmit_multi() 1125 print_err((out->rx_cnt.err || out->rx_cnt.drop), in stats_print() 1153 print_err(out->redir_cnt.err, " %-20s " FMT_COLUMNl "\n", str, in stats_print() 1163 print_err(out->except_cnt.hits, " %-20s " FMT_COLUMNl "\n", str, in stats_print() 1174 print_err(out->xmit_cnt.err || out->xmit_cnt.drop, in stats_print()
|
| /linux/drivers/usb/gadget/udc/ |
| H A D | net2280.c | 202 goto print_err; in net2280_enable() 208 goto print_err; in net2280_enable() 214 goto print_err; in net2280_enable() 219 goto print_err; in net2280_enable() 227 goto print_err; in net2280_enable() 251 goto print_err; in net2280_enable() 273 goto print_err; in net2280_enable() 356 print_err: in net2280_enable() 997 goto print_err; in net2280_queue() 1001 goto print_err; in net2280_queue() [all …]
|
| /linux/drivers/net/ethernet/broadcom/bnx2x/ |
| H A D | bnx2x_sriov.c | 113 bool print_err) in bnx2x_validate_vf_sp_objs() argument 116 if (print_err) in bnx2x_validate_vf_sp_objs()
|
| H A D | bnx2x.h | 2428 int bnx2x_compare_fw_ver(struct bnx2x *bp, u32 load_code, bool print_err);
|
| H A D | bnx2x_cmn.c | 2373 int bnx2x_compare_fw_ver(struct bnx2x *bp, u32 load_code, bool print_err) in bnx2x_compare_fw_ver() argument 2397 if (print_err) in bnx2x_compare_fw_ver()
|