Searched refs:drv_config (Results 1 - 15 of 15) sorted by relevance
/kernel/liteos_a/net/lwip-2.1/porting/include/lwip/ |
H A D | netif.h | 52 void (*drv_config)(struct netif *netif, u32_t config_flags, u8_t setBit); \ 61 void (*drv_config)(struct netif *netif, u32_t config_flags, u8_t setBit); \
|
/kernel/liteos_m/components/net/lwip-2.1/porting/include/lwip/ |
H A D | netif.h | 49 void (*drv_config)(struct netif *netif, u32_t config_flags, u8_t setBit); \
|
/kernel/uniproton/src/net/lwip-2.1/include/lwip/ |
H A D | netif.h | 33 void (*drv_config)(struct netif *netif, u32_t config_flags, u8_t setBit); \
|
/kernel/liteos_a/net/lwip-2.1/porting/src/ |
H A D | driverif.c | 266 LWIP_ERROR("driverif_init : drv_config is null", (netif->drv_config != NULL), return ERR_IF);
|
H A D | sockets.c | 983 if (netif->drv_config) { 984 netif->drv_config(netif, IFF_PROMISC, !!((unsigned short)ifr->ifr_flags & IFF_PROMISC));
|
/kernel/liteos_m/components/net/lwip-2.1/porting/src/ |
H A D | driverif.c | 298 LWIP_ERROR("driverif_init : drv_config is null", (netif->drv_config != NULL), return ERR_IF);
in driverif_init()
|
H A D | sockets_porting.c | 476 if (netif->drv_config) {
in lwip_ioctl_internal_SIOCSIFFLAGS() 477 netif->drv_config(netif, IFF_PROMISC, !!((unsigned short)ifr->ifr_flags & IFF_PROMISC));
in lwip_ioctl_internal_SIOCSIFFLAGS()
|
/kernel/uniproton/src/net/lwip-2.1/src/ |
H A D | driverif.c | 277 LWIP_ERROR("driverif_init : drv_config is null", (netif->drv_config != NULL), return ERR_IF);
in driverif_init()
|
H A D | sockets.c | 459 if (netif->drv_config) {
in OsLwipIoctlInternalSiocsifFlags() 460 netif->drv_config(netif, IFF_PROMISC, !!((unsigned short)ifr->ifr_flags & IFF_PROMISC));
in OsLwipIoctlInternalSiocsifFlags()
|
/kernel/linux/linux-5.10/net/mac80211/ |
H A D | driver-ops.h | 138 static inline int drv_config(struct ieee80211_local *local, u32 changed) in drv_config() function
|
H A D | main.c | 181 ret = drv_config(local, changed); in ieee80211_hw_config()
|
H A D | trace.h | 353 TRACE_EVENT(drv_config,
|
/kernel/linux/linux-6.6/net/mac80211/ |
H A D | main.c | 183 ret = drv_config(local, changed); in ieee80211_hw_config()
|
H A D | driver-ops.h | 140 static inline int drv_config(struct ieee80211_local *local, u32 changed) in drv_config() function
|
H A D | trace.h | 353 TRACE_EVENT(drv_config,
|
Completed in 19 milliseconds