Searched refs:FUN_ADMIN_REQ_COMMON_INIT2 (Results 1 – 7 of 7) sorted by relevance
/linux-6.12.1/drivers/net/ethernet/fungible/funeth/ |
D | funeth_ktls.c | 9 .common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_KTLS, in fun_admin_ktls_create() 25 .common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_KTLS, in fun_ktls_add() 84 req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_KTLS, in fun_ktls_del() 108 req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_KTLS, in fun_ktls_resync()
|
D | funeth_main.c | 57 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_PORT, in fun_port_write_cmds() 93 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_PORT, in fun_port_read_cmds() 157 .common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_ADI, in fun_adi_write() 199 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_RSS, in fun_config_rss() 574 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_PORT, in fun_port_create() 608 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_ETH, in fun_eth_create() 623 .common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_VI, in fun_vi_create()
|
D | funeth_rx.c | 596 cmd.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_EPCQ, in fun_rxq_set_bpf()
|
D | funeth_ethtool.c | 1135 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_PORT, in fun_get_port_module_page()
|
/linux-6.12.1/drivers/net/ethernet/fungible/funcore/ |
D | fun_dev.c | 520 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(res, sizeof(cmd.req)); in fun_get_res_count() 535 .common = FUN_ADMIN_REQ_COMMON_INIT2(res, sizeof(req)), in fun_res_destroy() 551 cmd->common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_BIND, in fun_bind()
|
D | fun_queue.c | 96 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_EPSQ, in fun_sq_create() 141 cmd.req.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_EPCQ, in fun_cq_create()
|
D | fun_hci.h | 45 #define FUN_ADMIN_REQ_COMMON_INIT2(_op, _len) \ macro
|