Lines Matching refs:msglen

44 				 u16 msglen)  in i40e_vc_vf_broadcast()  argument
61 msg, msglen, NULL); in i40e_vc_vf_broadcast()
1054 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_send_msg_to_vf() argument
1087 msg, msglen, NULL); in i40e_vc_send_msg_to_vf()
1218 u8 *msg, u16 msglen) in i40e_vc_config_promiscuous_mode_msg() argument
1257 static int i40e_vc_config_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_config_queues_msg() argument
1314 static int i40e_vc_config_irq_map_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_config_irq_map_msg() argument
1376 static int i40e_vc_enable_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_enable_queues_msg() argument
1416 static int i40e_vc_disable_queues_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_disable_queues_msg() argument
1455 static int i40e_vc_get_stats_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_get_stats_msg() argument
1532 static int i40e_vc_add_mac_addr_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_add_mac_addr_msg() argument
1596 static int i40e_vc_del_mac_addr_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_del_mac_addr_msg() argument
1647 static int i40e_vc_add_vlan_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_add_vlan_msg() argument
1701 static int i40e_vc_remove_vlan_msg(struct i40e_vf *vf, u8 *msg, u16 msglen) in i40e_vc_remove_vlan_msg() argument
1754 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_validate_vf_msg() argument
1780 if (msglen >= valid_len) { in i40e_vc_validate_vf_msg()
1792 if (msglen >= valid_len) { in i40e_vc_validate_vf_msg()
1808 if (msglen >= valid_len) { in i40e_vc_validate_vf_msg()
1820 if (msglen >= valid_len) { in i40e_vc_validate_vf_msg()
1842 if ((valid_len != msglen) || (err_msg_format)) { in i40e_vc_validate_vf_msg()
1862 u32 v_retval, u8 *msg, u16 msglen) in i40e_vc_process_vf_msg() argument
1874 ret = i40e_vc_validate_vf_msg(vf, v_opcode, v_retval, msg, msglen); in i40e_vc_process_vf_msg()
1878 local_vf_id, v_opcode, msglen); in i40e_vc_process_vf_msg()
1894 ret = i40e_vc_config_promiscuous_mode_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1897 ret = i40e_vc_config_queues_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1900 ret = i40e_vc_config_irq_map_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1903 ret = i40e_vc_enable_queues_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1907 ret = i40e_vc_disable_queues_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1910 ret = i40e_vc_add_mac_addr_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1913 ret = i40e_vc_del_mac_addr_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1916 ret = i40e_vc_add_vlan_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1919 ret = i40e_vc_remove_vlan_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()
1922 ret = i40e_vc_get_stats_msg(vf, msg, msglen); in i40e_vc_process_vf_msg()