Home
last modified time | relevance | path

Searched refs:FUN_ADMIN_SIMPLE_SUBOP_INIT (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/ethernet/fungible/funcore/
H A Dfun_dev.c521 cmd.req.count = FUN_ADMIN_SIMPLE_SUBOP_INIT(FUN_ADMIN_SUBOP_RES_COUNT, in fun_get_res_count()
536 .destroy = FUN_ADMIN_SIMPLE_SUBOP_INIT(FUN_ADMIN_SUBOP_DESTROY, in fun_res_destroy()
H A Dfun_hci.h157 #define FUN_ADMIN_SIMPLE_SUBOP_INIT(_subop, _flags, _data) \ macro