Searched refs:mac_wq_name (Results 1 - 1 of 1) sorted by last modified time

/linux-master/net/mac802154/
H A Dmain.c196 char mac_wq_name[IFNAMSIZ + 10] = {}; local
207 snprintf(mac_wq_name, IFNAMSIZ + 10, "%s-mac-cmds", wpan_phy_name(local->phy));
208 local->mac_wq = create_singlethread_workqueue(mac_wq_name);

Completed in 143 milliseconds