Home
last modified time | relevance | path

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

/Linux-v4.19/scripts/mod/
Dmodpost.c134 static struct module *new_module(const char *modname) in new_module() function
1944 mod = new_module(modname); in read_symbols()
2354 mod = new_module(modname); in read_dump()
/Linux-v4.19/drivers/net/ethernet/chelsio/cxgb4/
Dt4_hw.c8447 lc->new_module = false; in t4_handle_get_port_info()
8485 lc->new_module = t4_is_inserted_mod_type(mod_type); in t4_handle_get_port_info()
8521 if (lc->new_module && lc->redo_l1cfg) { in t4_handle_get_port_info()
8538 lc->new_module = false; in t4_handle_get_port_info()
Dcxgb4.h512 bool new_module; /* ->OS Transceiver Module inserted */ member