Home
last modified time | relevance | path

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

/freebsd/sys/contrib/dev/iwlwifi/fw/
H A Ddebugfs.c256 if (fwrt->ops && fwrt->ops->send_hcmd) in iwl_dbgfs_send_hcmd_write()
257 ret = fwrt->ops->send_hcmd(fwrt->ops_ctx, &hcmd); in iwl_dbgfs_send_hcmd_write()
271 FWRT_DEBUGFS_WRITE_FILE_OPS(send_hcmd, 512);
395 FWRT_DEBUGFS_ADD_FILE(send_hcmd, dbgfs_dir, 0200); in iwl_fwrt_dbgfs_register()
H A Druntime.h22 int (*send_hcmd)(void *ctx, struct iwl_host_cmd *host_cmd); member
/freebsd/sys/contrib/dev/iwlwifi/mvm/
H A Dops.c747 .send_hcmd = iwl_mvm_fwrt_send_hcmd,