Home
last modified time | relevance | path

Searched refs:do_msg (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c231 const bool do_msg) in ionic_adminq_check_err() argument
239 if (do_msg) in ionic_adminq_check_err()
412 const int err, const bool do_msg) in ionic_adminq_wait() argument
424 if (do_msg && !test_bit(IONIC_LIF_F_FW_RESET, lif->state)) in ionic_adminq_wait()
446 if (do_msg) in ionic_adminq_wait()
461 do_msg); in ionic_adminq_wait()
466 const bool do_msg) in __ionic_adminq_post_wait() argument
475 return ionic_adminq_wait(lif, ctx, err, do_msg); in __ionic_adminq_post_wait()
512 const bool do_msg) in __ionic_dev_cmd_wait() argument
573 if (do_msg) in __ionic_dev_cmd_wait()
H A Dionic.h79 const int err, const bool do_msg);
/linux/tools/spi/
H A Dspidev_fdx.c49 static void do_msg(int fd, int len) in do_msg() function
152 do_msg(fd, msglen); in main()