Home
last modified time | relevance | path

Searched refs:FUN_ADMIN_REQ_COMMON_INIT2 (Results 1 – 7 of 7) sorted by relevance

/linux-6.12.1/drivers/net/ethernet/fungible/funeth/
Dfuneth_ktls.c9 .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()
Dfuneth_main.c57 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()
Dfuneth_rx.c596 cmd.common = FUN_ADMIN_REQ_COMMON_INIT2(FUN_ADMIN_OP_EPCQ, in fun_rxq_set_bpf()
Dfuneth_ethtool.c1135 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/
Dfun_dev.c520 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()
Dfun_queue.c96 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()
Dfun_hci.h45 #define FUN_ADMIN_REQ_COMMON_INIT2(_op, _len) \ macro