Home
last modified time | relevance | path

Searched defs:msglen (Results 1 – 17 of 17) sorted by relevance

/f-stack/dpdk/drivers/net/i40e/
H A Di40e_pf.c230 uint16_t msglen) in i40e_pf_host_send_msg_to_vf()
477 uint16_t msglen, in i40e_pf_host_process_cmd_config_vsi_queues()
764 uint16_t msglen) in i40e_pf_host_process_cmd_enable_queues()
786 uint16_t msglen, in i40e_pf_host_process_cmd_disable_queues()
818 uint16_t msglen, in i40e_pf_host_process_cmd_add_ether_address()
865 uint16_t msglen, in i40e_pf_host_process_cmd_del_ether_address()
947 uint16_t msglen, in i40e_pf_host_process_cmd_del_vlan()
988 uint16_t msglen, in i40e_pf_host_process_cmd_config_promisc_mode()
1097 uint16_t msglen, in i40e_pf_host_process_cmd_set_rss_lut()
1136 uint16_t msglen, in i40e_pf_host_process_cmd_set_rss_key()
[all …]
H A Drte_pmd_i40e.h43 uint16_t msglen; /**< length of the message */ member
H A Di40e_ethdev_vf.c1386 __rte_unused uint16_t msglen) in i40evf_handle_pf_event()
/f-stack/dpdk/drivers/net/ice/
H A Dice_dcf_parent.c134 uint8_t *msg, uint16_t msglen) in ice_dcf_handle_pf_event_msg()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/os/freebsd/
H A Dlibzfs_compat.c187 size_t len, msglen = ERRBUFLEN; in libzfs_error_init() local
/f-stack/tools/route/
H A Droute.c1707 print_rtmsg(struct rt_msghdr *rtm, size_t msglen)
1810 print_getmsg(struct rt_msghdr *rtm, int msglen, int fib)
1890 pmsg_common(struct rt_msghdr *rtm, size_t msglen)
/f-stack/dpdk/drivers/common/iavf/
H A Diavf_common.c928 u8 *msg, u16 msglen, in iavf_aq_send_msg_to_pf()
H A Dvirtchnl.h1302 u8 *msg, u16 msglen) in virtchnl_vc_validate_vf_msg()
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Dzcp.c1240 size_t msglen = 0; in zcp_args_error() local
/f-stack/dpdk/lib/librte_eal/common/
H A Deal_common_proc.c266 int msglen; in read_msg() local
/f-stack/dpdk/drivers/net/iavf/
H A Diavf_vchnl.c246 uint16_t msglen) in iavf_handle_pf_event_msg()
/f-stack/dpdk/drivers/net/i40e/base/
H A Dvirtchnl.h631 u8 *msg, u16 msglen) in virtchnl_vc_validate_vf_msg()
H A Di40e_common.c3428 u32 v_opcode, u32 v_retval, u8 *msg, u16 msglen, in i40e_aq_send_msg_to_vf()
7596 u8 *msg, u16 msglen, in i40e_aq_send_msg_to_pf()
8034 u16 msglen; in i40e_ddp_exec_aq_section() local
/f-stack/freebsd/netgraph/
H A Dng_pppoe.c2042 int msglen = strlen(SIGNOFF); in ng_pppoe_disconnect() local
/f-stack/freebsd/contrib/vchiq/interface/vchiq_arm/
H A Dvchiq_arm.c855 int msglen; in vchiq_ioctl() local
/f-stack/app/redis-5.0.5/src/
H A Drdb.c2324 int j, msglen; in rdbSaveToSlavesSockets() local
H A Dcluster.c2209 void clusterSendMessage(clusterLink *link, unsigned char *msg, size_t msglen) { in clusterSendMessage()