/linux/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_vf.h | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_hw.c | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_sriov.h | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_dev_api.h | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_spq.c | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_hsi.h | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_sriov.c | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed.h | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
H A D | qed_main.c | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|
/linux/include/linux/qed/ |
H A D | common_hsi.h | diff 37bff2b9c6addf6216c8d04e95be596678e8deff Wed May 11 15:36:13 CEST 2016 Yuval Mintz <Yuval.Mintz@qlogic.com> qed: Add VF->PF channel infrastructure
Communication between VF and PF is based on a dedicated HW channel; VF will prepare a messge, and by signaling the HW the PF would get a notification of that message existance. The PF would then copy the message, process it and DMA an answer back to the VF as a response.
The messages themselves are TLV-based - allowing easier backward/forward compatibility.
This patch adds the infrastructure of the channel on the PF side - starting with the arrival of the notification and ending with DMAing the response back to the VF.
It also adds a dummy-response as reference, as it only lays the groundwork of the communication; it doesn't really add support of any actual messages.
Signed-off-by: Yuval Mintz <Yuval.Mintz@qlogic.com> Signed-off-by: David S. Miller <davem@davemloft.net>
|