Searched refs:PRIV_FW (Results 1 - 1 of 1) sorted by relevance

/freebsd-12-stable/sys/kern/
H A Dsubr_firmware.c106 * Use PRIV_FW(fw) to get a pointer to the cointainer of fw.
107 * Beware, PRIV_FW does not work for a NULL pointer.
113 * PRIV_FW returns the pointer to the container of struct firmware *x.
116 #define PRIV_FW(x) ((struct priv_fw *) \ macro
199 frp->parent = PRIV_FW(parent);
343 struct priv_fw *fp = PRIV_FW(p);

Completed in 105 milliseconds