Searched refs:dst_vnic_id (Results 1 – 3 of 3) sorted by relevance
| /linux/drivers/net/ethernet/cisco/enic/ |
| H A D | enic_mbox.c | 22 u16 dst_vnic_id, u16 msg_len, u64 msg_num) in enic_mbox_fill_hdr() argument 25 hdr->dst_vnic_id = cpu_to_le16(dst_vnic_id); in enic_mbox_fill_hdr() 32 u16 dst_vnic_id, void *payload, in enic_mbox_send_msg_id() argument 88 enic_mbox_fill_hdr(buf, msg_type, dst_vnic_id, total_len, msg_num); in enic_mbox_send_msg_id() 104 if (dst_vnic_id == ENIC_MBOX_DST_PF) in enic_mbox_send_msg_id() 107 vlan_tag = dst_vnic_id + 1; in enic_mbox_send_msg_id() 146 msg_type, dst_vnic_id); in enic_mbox_send_msg_id() 157 msg_type, dst_vnic_id, vlan_tag, err); in enic_mbox_send_msg_id() 172 int enic_mbox_send_msg(struct enic *enic, u8 msg_type, u16 dst_vnic_id, in enic_mbox_send_msg() argument 175 return enic_mbox_send_msg_id(enic, msg_type, dst_vnic_id, payload, in enic_mbox_send_msg() [all …]
|
| H A D | enic_mbox.h | 30 __le16 dst_vnic_id; member 88 int enic_mbox_send_msg(struct enic *enic, u8 msg_type, u16 dst_vnic_id,
|
| /linux/include/linux/bnge/ |
| H A D | hsi.h | 8857 __le32 dst_vnic_id; member
|