Home
last modified time | relevance | path

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

/linux/drivers/net/ethernet/amd/pds_core/
H A Ddev.c130 const bool do_msg) in __pdsc_devcmd_wait() argument
183 if (do_msg && err && err != -EAGAIN) in __pdsc_devcmd_wait()
193 const bool do_msg) in __pdsc_devcmd_locked() argument
202 err = __pdsc_devcmd_wait(pdsc, cmd->opcode, max_seconds, do_msg); in __pdsc_devcmd_locked()
275 int max_seconds, bool do_msg) in __pdsc_devcmd_with_data() argument
289 err = __pdsc_devcmd_locked(pdsc, cmd, comp, max_seconds, do_msg); in __pdsc_devcmd_with_data()
336 bool do_msg) in pdsc_devcmd_identify_locked() argument
345 do_msg); in pdsc_devcmd_identify_locked()
370 bool do_msg = drv_ident_ver == PDS_CORE_IDENTITY_VERSION_1; in pdsc_identify_ver() local
393 err = pdsc_devcmd_identify_locked(pdsc, drv_ident_ver, do_msg); in pdsc_identify_ver()
/linux/drivers/net/ethernet/pensando/ionic/
H A Dionic_main.c233 const bool do_msg) in ionic_adminq_check_err() argument
241 if (do_msg) in ionic_adminq_check_err()
418 const int err, const bool do_msg) in ionic_adminq_wait() argument
430 if (do_msg && !test_bit(IONIC_LIF_F_FW_RESET, lif->state)) in ionic_adminq_wait()
452 if (do_msg) in ionic_adminq_wait()
467 do_msg); in ionic_adminq_wait()
472 const bool do_msg) in __ionic_adminq_post_wait() argument
481 return ionic_adminq_wait(lif, ctx, err, do_msg); in __ionic_adminq_post_wait()
519 const bool do_msg) in __ionic_dev_cmd_wait() argument
581 if (do_msg) in __ionic_dev_cmd_wait()
/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()