Lines Matching refs:msglen
44 u16 msglen) in i40e_vc_vf_broadcast() argument
61 msg, msglen, NULL); in i40e_vc_vf_broadcast()
1079 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument
1114 msg, msglen, NULL); in i40e_vc_send_msg_to_vf()
1267 u8 *msg, u16 msglen) in i40e_vc_config_promiscuous_mode_msg() argument
1306 static int i40e_vc_config_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_config_queues_msg() argument
1363 static int i40e_vc_config_irq_map_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_config_irq_map_msg() argument
1425 static int i40e_vc_enable_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_enable_queues_msg() argument
1465 static int i40e_vc_disable_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_disable_queues_msg() argument
1504 static int i40e_vc_get_stats_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_get_stats_msg() argument
1581 static int i40e_vc_add_mac_addr_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_add_mac_addr_msg() argument
1652 static int i40e_vc_del_mac_addr_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_del_mac_addr_msg() argument
1705 static int i40e_vc_add_vlan_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_add_vlan_msg() argument
1760 static int i40e_vc_remove_vlan_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_remove_vlan_msg() argument
1814 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_validate_vf_msg() argument
1845 if (msglen >= valid_len) { in i40e_vc_validate_vf_msg()
1857 if (msglen >= valid_len) { in i40e_vc_validate_vf_msg()
1873 if (msglen >= valid_len) { in i40e_vc_validate_vf_msg()
1885 if (msglen >= valid_len) { in i40e_vc_validate_vf_msg()
1906 if ((valid_len != msglen) || (err_msg_format)) { in i40e_vc_validate_vf_msg()
1926 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
1938 ret = i40e_vc_validate_vf_msg(vf, v_opcode, v_retval, msg, msglen); in i40e_vc_process_vf_msg()
1942 local_vf_id, v_opcode, msglen); in i40e_vc_process_vf_msg()
1958 ret = i40e_vc_config_promiscuous_mode_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1961 ret = i40e_vc_config_queues_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1964 ret = i40e_vc_config_irq_map_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1967 ret = i40e_vc_enable_queues_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1971 ret = i40e_vc_disable_queues_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1974 ret = i40e_vc_add_mac_addr_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1977 ret = i40e_vc_del_mac_addr_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1980 ret = i40e_vc_add_vlan_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1983 ret = i40e_vc_remove_vlan_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1986 ret = i40e_vc_get_stats_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()