/openbmc/linux/drivers/hsi/clients/ |
H A D | hsi_char.c | 116 static void hsc_add_tail(struct hsc_channel *channel, struct hsi_msg *msg, in hsc_add_tail() 129 struct hsi_msg *msg = NULL; in hsc_get_first_msg() local 145 static inline void hsc_msg_free(struct hsi_msg *msg) in hsc_msg_free() 153 struct hsi_msg *msg, *tmp; in hsc_free_list() local 175 struct hsi_msg *msg; in hsc_msg_alloc() local 197 struct hsi_msg *msg; in hsc_msgs_alloc() local 215 static inline unsigned int hsc_msg_len_get(struct hsi_msg *msg) in hsc_msg_len_get() 220 static inline void hsc_msg_len_set(struct hsi_msg *msg, unsigned int len) in hsc_msg_len_set() 225 static void hsc_rx_completed(struct hsi_msg *msg) in hsc_rx_completed() 238 static void hsc_rx_msg_destructor(struct hsi_msg *msg) in hsc_rx_msg_destructor() [all …]
|
H A D | ssi_protocol.c | 151 static inline void ssip_set_cmd(struct hsi_msg *msg, u32 cmd) in ssip_set_cmd() 159 static inline u32 ssip_get_cmd(struct hsi_msg *msg) in ssip_get_cmd() 168 static void ssip_skb_to_msg(struct sk_buff *skb, struct hsi_msg *msg) in ssip_skb_to_msg() 187 static void ssip_free_data(struct hsi_msg *msg) in ssip_free_data() 202 struct hsi_msg *msg; in ssip_alloc_data() local 215 static inline void ssip_release_cmd(struct hsi_msg *msg) in ssip_release_cmd() 227 struct hsi_msg *msg; in ssip_claim_cmd() local 242 struct hsi_msg *msg, *tmp; in ssip_free_cmds() local 254 struct hsi_msg *msg; in ssip_alloc_cmds() local 389 struct hsi_msg *msg; in ssip_reset() local [all …]
|
H A D | cmt_speech.c | 33 u32 msg; member 197 static inline void cs_set_cmd(struct hsi_msg *msg, u32 cmd) in cs_set_cmd() 203 static inline u32 cs_get_cmd(struct hsi_msg *msg) in cs_get_cmd() 209 static void cs_release_cmd(struct hsi_msg *msg) in cs_release_cmd() 216 static void cs_cmd_destructor(struct hsi_msg *msg) in cs_cmd_destructor() 241 struct hsi_msg *msg; in cs_claim_cmd() local 254 struct hsi_msg *msg, *tmp; in cs_free_cmds() local 266 struct hsi_msg *msg; in cs_alloc_cmds() local 294 static void cs_hsi_data_destructor(struct hsi_msg *msg) in cs_hsi_data_destructor() 352 static void cs_hsi_free_data_msg(struct hsi_msg *msg) in cs_hsi_free_data_msg() [all …]
|
/openbmc/linux/drivers/media/pci/saa7134/ |
H A D | saa7134-cards.c | 7789 struct i2c_msg msg[] = {{.addr = 0x50, .flags = 0, .buf = &subaddr, .len = 1}, in saa7134_board_init2() local 7879 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7888 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7941 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7948 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local 7956 struct i2c_msg msg = {.addr = 0x0b, .flags = 0, .buf = data, in saa7134_board_init2() local 7966 struct i2c_msg msg = {.addr=0x09, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 7995 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 8004 struct i2c_msg msg = {.addr=0x08, .flags=0, .buf=data, .len = sizeof(data)}; in saa7134_board_init2() local 8034 struct i2c_msg msg = { .addr = 0x0a, .flags = 0 }; in saa7134_board_init2() local [all …]
|
/openbmc/linux/io_uring/ |
H A D | msg_ring.c | 60 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring_cleanup() local 79 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_exec_remote() local 94 struct io_msg *msg = container_of(head, struct io_msg, tw); in io_msg_tw_complete() local 129 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring_data() local 162 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_grab_file() local 181 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_install_complete() local 212 struct io_msg *msg = container_of(head, struct io_msg, tw); in io_msg_tw_fd_complete() local 226 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_send_fd() local 251 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring_prep() local 271 struct io_msg *msg = io_kiocb_to_cmd(req, struct io_msg); in io_msg_ring() local
|
/openbmc/libpldm/src/dsp/ |
H A D | platform.c | 179 struct pldm_msg *msg) in encode_set_state_effecter_states_resp() 206 struct pldm_msg *msg) in encode_set_state_effecter_states_req() 240 int decode_set_state_effecter_states_resp(const struct pldm_msg *msg, in decode_set_state_effecter_states_resp() 262 int decode_set_state_effecter_states_req(const struct pldm_msg *msg, in decode_set_state_effecter_states_req() 310 int decode_get_pdr_req(const struct pldm_msg *msg, size_t payload_length, in decode_get_pdr_req() 354 uint8_t transfer_crc, struct pldm_msg *msg) in encode_get_pdr_resp() 401 struct pldm_msg *msg) in encode_get_pdr_repository_info_resp() 444 const struct pldm_msg *msg, size_t payload_length, in decode_get_pdr_repository_info_resp() 512 const struct pldm_msg *msg, size_t payload_length, in decode_get_pdr_repository_info_resp_safe() 569 struct pldm_msg *msg, size_t payload_length) in encode_get_pdr_req() [all …]
|
H A D | fru.c | 14 struct pldm_msg *msg, in encode_get_fru_record_table_metadata_req() 36 const struct pldm_msg *msg, size_t payload_length, in decode_get_fru_record_table_metadata_resp() 80 uint32_t checksum, struct pldm_msg *msg) in encode_get_fru_record_table_metadata_resp() 116 int decode_get_fru_record_table_req(const struct pldm_msg *msg, in decode_get_fru_record_table_req() 144 struct pldm_msg *msg) in encode_get_fru_record_table_resp() 300 struct pldm_msg *msg, size_t payload_length) in encode_get_fru_record_by_option_req() 336 const struct pldm_msg *msg, size_t payload_length, in decode_get_fru_record_by_option_req() 371 size_t data_size, struct pldm_msg *msg, in encode_get_fru_record_by_option_resp() 413 const struct pldm_msg *msg, size_t payload_length, in decode_get_fru_record_by_option_resp() 448 struct pldm_msg *msg, size_t payload_length) in encode_get_fru_record_table_req() [all …]
|
/openbmc/linux/drivers/infiniband/hw/hns/ |
H A D | hns_roce_restrack.c | 12 int hns_roce_fill_res_cq_entry(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry() 43 int hns_roce_fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ib_cq) in hns_roce_fill_res_cq_entry_raw() 62 int hns_roce_fill_res_qp_entry(struct sk_buff *msg, struct ib_qp *ib_qp) in hns_roce_fill_res_qp_entry() 96 int hns_roce_fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ib_qp) in hns_roce_fill_res_qp_entry_raw() 115 int hns_roce_fill_res_mr_entry(struct sk_buff *msg, struct ib_mr *ib_mr) in hns_roce_fill_res_mr_entry() 145 int hns_roce_fill_res_mr_entry_raw(struct sk_buff *msg, struct ib_mr *ib_mr) in hns_roce_fill_res_mr_entry_raw()
|
/openbmc/phosphor-networkd/test/ |
H A D | test_rtnetlink.cpp | 26 } msg; in TEST() local 46 } msg; in TEST() local 73 } msg; in TEST() local 85 } msg; in TEST() local 110 } msg; in TEST() local 126 } msg; in TEST() local 138 } msg; in TEST() local 159 } msg; in TEST() local
|
/openbmc/openpower-vpd-parser/ |
H A D | vpd_exceptions.hpp | 33 explicit VPDException(const std::string& msg) : in VPDException() 70 explicit VpdEccException(const std::string& msg) : VPDException(msg) {} in VpdEccException() 93 explicit VpdDataException(const std::string& msg) : VPDException(msg) {} in VpdDataException() 113 VpdJsonException(const std::string& msg, const std::string& path) : in VpdJsonException() 150 explicit GpioException(const std::string& msg) : VPDException(msg) {} in GpioException()
|
/openbmc/phosphor-mboxd/ |
H A D | mboxctl.c | 91 struct mbox_dbus_msg *msg, in send_dbus_msg() 173 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_ping() local 192 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_daemon_state() local 225 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_lpc_state() local 261 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_kill() local 280 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_reset() local 299 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_suspend() local 318 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_resume() local 361 struct mbox_dbus_msg msg = { 0 }, resp = { 0 }; in handle_cmd_modified() local
|
/openbmc/linux/sound/soc/fsl/ |
H A D | imx-pcm-rpmsg.c | 36 static int imx_rpmsg_pcm_send_message(struct rpmsg_msg *msg, in imx_rpmsg_pcm_send_message() 109 struct rpmsg_msg *msg, in imx_rpmsg_insert_workqueue() 143 struct rpmsg_msg *msg; in imx_rpmsg_pcm_hw_params() local 194 struct rpmsg_msg *msg; in imx_rpmsg_pcm_pointer() local 215 struct rpmsg_msg *msg; in imx_rpmsg_timer_callback() local 236 struct rpmsg_msg *msg; in imx_rpmsg_pcm_open() local 289 struct rpmsg_msg *msg; in imx_rpmsg_pcm_close() local 354 struct rpmsg_msg *msg; in imx_rpmsg_prepare_and_submit() local 383 struct rpmsg_msg *msg; in imx_rpmsg_async_issue_pending() local 400 struct rpmsg_msg *msg; in imx_rpmsg_restart() local [all …]
|
/openbmc/linux/drivers/staging/wlan-ng/ |
H A D | prism2mgmt.c | 112 struct p80211msg_dot11req_scan *msg = msgp; in prism2mgmt_scan() local 507 struct p80211msg_dot11req_start *msg = msgp; in prism2mgmt_start() local 689 struct p80211msg_p2req_readpda *msg = msgp; in prism2mgmt_readpda() local 756 struct p80211msg_p2req_ramdl_state *msg = msgp; in prism2mgmt_ramdl_state() local 812 struct p80211msg_p2req_ramdl_write *msg = msgp; in prism2mgmt_ramdl_write() local 875 struct p80211msg_p2req_flashdl_state *msg = msgp; in prism2mgmt_flashdl_state() local 946 struct p80211msg_p2req_flashdl_write *msg = msgp; in prism2mgmt_flashdl_write() local 1010 struct p80211msg_lnxreq_autojoin *msg = msgp; in prism2mgmt_autojoin() local 1079 struct p80211msg_lnxreq_wlansniff *msg = msgp; in prism2mgmt_wlansniff() local
|
/openbmc/linux/drivers/misc/sgi-xp/ |
H A D | xpc_uv.c | 336 xpc_send_gru_msg(struct gru_message_queue_desc *gru_mq_desc, void *msg, in xpc_send_gru_msg() 440 struct xpc_activate_mq_msg_activate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local 472 struct xpc_activate_mq_msg_deactivate_req_uv *msg; in xpc_handle_activate_mq_msg_uv() local 488 struct xpc_activate_mq_msg_chctl_closerequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local 507 struct xpc_activate_mq_msg_chctl_closereply_uv *msg; in xpc_handle_activate_mq_msg_uv() local 524 struct xpc_activate_mq_msg_chctl_openrequest_uv *msg; in xpc_handle_activate_mq_msg_uv() local 544 struct xpc_activate_mq_msg_chctl_openreply_uv *msg; in xpc_handle_activate_mq_msg_uv() local 564 struct xpc_activate_mq_msg_chctl_opencomplete_uv *msg; in xpc_handle_activate_mq_msg_uv() local 676 xpc_send_activate_IRQ_uv(struct xpc_partition *part, void *msg, size_t msg_size, in xpc_send_activate_IRQ_uv() 732 xpc_send_activate_IRQ_part_uv(struct xpc_partition *part, void *msg, in xpc_send_activate_IRQ_part_uv() [all …]
|
/openbmc/linux/fs/nfs/ |
H A D | nfs3proc.c | 32 nfs3_rpc_wrapper(struct rpc_clnt *clnt, struct rpc_message *msg, int flags) in nfs3_rpc_wrapper() 46 #define rpc_call_sync(clnt, msg, flags) nfs3_rpc_wrapper(clnt, msg, flags) argument 64 struct rpc_message msg = { in do_proc_get_root() local 106 struct rpc_message msg = { in nfs3_proc_getattr() local 134 struct rpc_message msg = { in nfs3_proc_setattr() local 169 struct rpc_message msg = { in __nfs3_proc_lookup() local 232 struct rpc_message msg = { in nfs3_proc_access() local 265 struct rpc_message msg = { in nfs3_proc_readlink() local 286 struct rpc_message msg; member 440 struct rpc_message msg = { in nfs3_proc_remove() local [all …]
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | json_parser.cpp | 216 auto msg = std::format( in getFanDefs() local 232 auto msg = in getFanDefs() local 413 auto msg = std::format("Invalid power off state entry {}", state); in getPowerOffPowerRuleState() local 428 const auto msg = in getPowerOffCause() local 456 auto msg = in getPowerOffCause() local 474 const auto msg = "Missing 'type' entry in power off config"; in getPowerOffAction() local 484 const auto msg = "Missing 'delay' entry in power off config"; in getPowerOffAction() local 492 const auto msg = "Missing 'service_mode_delay' or 'meltdown_delay' " in getPowerOffAction() local 517 auto msg = in getPowerOffAction() local
|
/openbmc/linux/drivers/net/ethernet/intel/fm10k/ |
H A D | fm10k_tlv.c | 13 s32 fm10k_tlv_msg_init(u32 *msg, u16 msg_id) in fm10k_tlv_msg_init() 34 static s32 fm10k_tlv_attr_put_null_string(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_null_string() 112 s32 fm10k_tlv_attr_put_mac_vlan(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_mac_vlan() 172 s32 fm10k_tlv_attr_put_bool(u32 *msg, u16 attr_id) in fm10k_tlv_attr_put_bool() 198 s32 fm10k_tlv_attr_put_value(u32 *msg, u16 attr_id, s64 value, u32 len) in fm10k_tlv_attr_put_value() 270 s32 fm10k_tlv_attr_put_le_struct(u32 *msg, u16 attr_id, in fm10k_tlv_attr_put_le_struct() 340 static u32 *fm10k_tlv_attr_nest_start(u32 *msg, u16 attr_id) in fm10k_tlv_attr_nest_start() 365 static s32 fm10k_tlv_attr_nest_stop(u32 *msg) in fm10k_tlv_attr_nest_stop() 544 s32 fm10k_tlv_msg_parse(struct fm10k_hw *hw, u32 *msg, in fm10k_tlv_msg_parse() 640 static void fm10k_tlv_msg_test_generate_data(u32 *msg, u32 attr_flags) in fm10k_tlv_msg_test_generate_data() [all …]
|
/openbmc/u-boot/test/py/ |
H A D | multiplexed_log.py | 360 def _note(self, note_type, msg, anchor=None): argument 461 def error(self, msg): argument 473 def warning(self, msg): argument 500 def info(self, msg): argument 512 def action(self, msg): argument 549 def status_pass(self, msg, anchor=None): argument 562 def status_warning(self, msg, anchor=None): argument 575 def status_skipped(self, msg, anchor=None): argument 588 def status_xfail(self, msg, anchor=None): argument 601 def status_xpass(self, msg, anchor=None): argument [all …]
|
/openbmc/linux/sound/soc/intel/catpt/ |
H A D | messages.c | 16 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_FW_VERSION); in catpt_ipc_get_fw_version() local 56 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ALLOCATE_STREAM); in catpt_ipc_alloc_stream() local 108 union catpt_global_msg msg = CATPT_GLOBAL_MSG(FREE_STREAM); in catpt_ipc_free_stream() local 127 union catpt_global_msg msg = CATPT_GLOBAL_MSG(SET_DEVICE_FORMATS); in catpt_ipc_set_device_format() local 145 union catpt_global_msg msg = CATPT_GLOBAL_MSG(ENTER_DX_STATE); in catpt_ipc_enter_dxstate() local 165 union catpt_global_msg msg = CATPT_GLOBAL_MSG(GET_MIXER_STREAM_INFO); in catpt_ipc_get_mixer_stream_info() local 182 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESET_STREAM); in catpt_ipc_reset_stream() local 199 union catpt_stream_msg msg = CATPT_STREAM_MSG(PAUSE_STREAM); in catpt_ipc_pause_stream() local 216 union catpt_stream_msg msg = CATPT_STREAM_MSG(RESUME_STREAM); in catpt_ipc_resume_stream() local 243 union catpt_stream_msg msg = CATPT_STAGE_MSG(SET_VOLUME); in catpt_ipc_set_volume() local [all …]
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | qplib_sp.c | 73 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_query_version() local 95 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_get_dev_attr() local 196 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_set_func_resources() local 264 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_del_sgid() local 333 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_add_sgid() local 396 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_update_sgid() local 433 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_create_ah() local 479 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_destroy_ah() local 502 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_free_mrw() local 540 struct bnxt_qplib_cmdqmsg msg = {}; in bnxt_qplib_alloc_mrw() local [all …]
|
/openbmc/linux/net/core/ |
H A D | skmsg.c | 13 static bool sk_msg_try_coalesce_ok(struct sk_msg *msg, int elem_first_coalesce) in sk_msg_try_coalesce_ok() 27 int sk_msg_alloc(struct sock *sk, struct sk_msg *msg, int len, in sk_msg_alloc() 138 void sk_msg_return_zero(struct sock *sk, struct sk_msg *msg, int bytes) in sk_msg_return_zero() 162 void sk_msg_return(struct sock *sk, struct sk_msg *msg, int bytes) in sk_msg_return() 177 static int sk_msg_free_elem(struct sock *sk, struct sk_msg *msg, u32 i, in sk_msg_free_elem() 193 static int __sk_msg_free(struct sock *sk, struct sk_msg *msg, u32 i, in __sk_msg_free() 211 int sk_msg_free_nocharge(struct sock *sk, struct sk_msg *msg) in sk_msg_free_nocharge() 217 int sk_msg_free(struct sock *sk, struct sk_msg *msg) in sk_msg_free() 223 static void __sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, in __sk_msg_free_partial() 251 void sk_msg_free_partial(struct sock *sk, struct sk_msg *msg, u32 bytes) in sk_msg_free_partial() [all …]
|
/openbmc/linux/drivers/infiniband/hw/mlx5/ |
H A D | restrack.c | 60 static int fill_res_raw(struct sk_buff *msg, struct mlx5_ib_dev *dev, in fill_res_raw() 81 static int fill_stat_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_stat_mr_entry() 115 static int fill_res_mr_entry_raw(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry_raw() 123 static int fill_res_mr_entry(struct sk_buff *msg, struct ib_mr *ibmr) in fill_res_mr_entry() 151 static int fill_res_cq_entry_raw(struct sk_buff *msg, struct ib_cq *ibcq) in fill_res_cq_entry_raw() 159 static int fill_res_qp_entry_raw(struct sk_buff *msg, struct ib_qp *ibqp) in fill_res_qp_entry_raw()
|
/openbmc/linux/drivers/iio/common/ssp_sensors/ |
H A D | ssp_spi.c | 78 struct ssp_msg *msg; in ssp_create_msg() local 177 static int ssp_do_transfer(struct ssp_data *data, struct ssp_msg *msg, in ssp_do_transfer() 244 struct ssp_msg *msg) in ssp_spi_sync_command() 249 static int ssp_spi_sync(struct ssp_data *data, struct ssp_msg *msg, in ssp_spi_sync() 338 struct ssp_msg *msg = NULL, *iter, *n; in ssp_irq_msg() local 449 struct ssp_msg *msg, *n; in ssp_clean_pending_list() local 465 struct ssp_msg *msg; in ssp_command() local 483 struct ssp_msg *msg; in ssp_send_instruction() local 516 struct ssp_msg *msg; in ssp_get_chipid() local 534 struct ssp_msg *msg; in ssp_set_magnetic_matrix() local [all …]
|
/openbmc/linux/sound/soc/intel/common/ |
H A D | sst-ipc.c | 34 struct ipc_message *msg = NULL; in msg_get_empty() local 46 struct ipc_message *msg, struct sst_ipc_message *reply) in tx_wait_done() 82 struct ipc_message *msg; in ipc_tx_message() local 156 struct ipc_message *msg; in ipc_tx_msgs() local 221 struct ipc_message *msg; in sst_ipc_reply_find_msg() local 246 struct ipc_message *msg) in sst_ipc_tx_msg_reply_complete()
|
/openbmc/linux/drivers/net/ethernet/netronome/nfp/flower/ |
H A D | cmsg.c | 46 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_start() local 66 struct nfp_flower_cmsg_mac_repr *msg; in nfp_flower_cmsg_mac_repr_add() local 78 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod() local 103 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify() local 126 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_process_mtu_ack() local 153 struct nfp_flower_cmsg_portmod *msg; in nfp_flower_cmsg_portmod_rx() local 189 struct nfp_flower_cmsg_portreify *msg; in nfp_flower_cmsg_portreify_rx() local 211 struct nfp_flower_cmsg_merge_hint *msg; in nfp_flower_cmsg_merge_hint_rx() local
|