Home
last modified time | relevance | path

Searched refs:__priv (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/ethernet/stmicro/stmmac/
A Dhwif.h14 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) { \
23 if ((__priv)->hw->__module && (__priv)->hw->__module->__cname) \
115 #define stmmac_set_tx_ic(__priv, __args...) \ argument
117 #define stmmac_get_tx_ls(__priv, __args...) \ argument
141 #define stmmac_set_mss(__priv, __args...) \ argument
217 #define stmmac_reset(__priv, __args...) \ argument
227 #define stmmac_axi(__priv, __args...) \ argument
245 #define stmmac_stop_tx(__priv, __args...) \ argument
249 #define stmmac_stop_rx(__priv, __args...) \ argument
406 #define stmmac_rx_ipc(__priv, __args...) \ argument
[all …]
/linux-6.3-rc2/drivers/scsi/csiostor/
A Dcsio_mb.h91 #define CSIO_INIT_MBP(__mbp, __cp, __tmo, __priv, __fn, __clear) \ argument
98 (__mbp)->priv = (void *)(__priv); \
/linux-6.3-rc2/drivers/misc/
A Dhi6421v600-irq.c99 static irqreturn_t hi6421v600_irq_handler(int irq, void *__priv) in hi6421v600_irq_handler() argument
101 struct hi6421v600_irq *priv = __priv; in hi6421v600_irq_handler()
/linux-6.3-rc2/drivers/gpu/drm/vmwgfx/
A Dvmwgfx_drv.h1021 #define VMW_CMD_CTX_RESERVE(__priv, __bytes, __ctx_id) \ argument
1023 vmw_cmd_ctx_reserve(__priv, __bytes, __ctx_id) ? : ({ \
1030 #define VMW_CMD_RESERVE(__priv, __bytes) \ argument
1031 VMW_CMD_CTX_RESERVE(__priv, __bytes, SVGA3D_INVALID_ID)
/linux-6.3-rc2/drivers/net/wireless/st/cw1200/
A Dwsm.c85 #define wsm_cmd_lock(__priv) mutex_lock(&((__priv)->wsm_cmd_mux)) argument
86 #define wsm_cmd_unlock(__priv) mutex_unlock(&((__priv)->wsm_cmd_mux)) argument

Completed in 16 milliseconds