Firmware ELS request/response handling
> > - FIP request/response handled by the driver itself
> >
> > Signed-off-by: Nilesh Javali
> > Signed-off-by: Manish Rangankar
> > Signed-off-by: Saurav Kashyap
> > Signed-off-by: Arun Easi
> >
On Mon, 30 Jan 2017, 10:34am -, Hannes Reinecke wrote:
> On 01/25/2017 09:33 PM, Dupuis, Chad wrote:
> > +static int qedf_request_msix_irq(struct qedf_ctx *qedf)
> > +{
> > + int i, rc, cpu;
> > +
> > + cpu = cpumask_first(cpu_online_mask);
> > + for (i = 0; i < qedf->num_queues; i++)
Firmware ELS request/response handling
> > - FIP request/response handled by the driver itself
> >
> > Signed-off-by: Nilesh Javali
> > Signed-off-by: Manish Rangankar
> > Signed-off-by: Saurav Kashyap
> > Signed-off-by: Arun Easi
> > Signed-off-by:
I forgot to add netdev-next to the subject line. Is a repost needed here?
On Mon, 16 Jan 2017, 7:53pm -, Dupuis, Chad wrote:
> From: Arun Easi
>
> This adds the backbone required for the various HW initalizations
> which are necessary for the FCoE driver (qedf) for QLogic FastLinQ
> 4
> >
> > Signed-off-by: Nilesh Javali
> > Signed-off-by: Manish Rangankar
> > Signed-off-by: Saurav Kashyap
> > Signed-off-by: Chad Dupuis
> > ---
> > drivers/scsi/qedf/qedf_fip.c | 267
> > +++
> &
- ABTS requests
> > - Cleanup requests
> > - Task management requests
> >
> > It also contains:
> >
> > - I/O request initialization
> > - Firmware completion handling
> >
> > Signed-off-by: Nilesh Javali
> > Signed-off-by: Manish
- Debugfs and log level infrastructure
> > - Link handling
> > - Firmware interface structures
> > - QED core module initialization
> > - Light L2 interface callbacks
> >
> > Signed-off-by: Nilesh Javali
> > Signed-off-by: Manish Rangankar
On Wed, 7 Oct 2015, Maurizio Lombardi wrote:
Hi,
On 10/07/2015 03:11 PM, Arnd Bergmann wrote:
- memset(&npiv_tbl, 0, sizeof(npiv_tbl));
- if (hba->cnic->get_fc_npiv_tbl(hba->cnic, &npiv_tbl))
+ npiv_tbl = kzalloc(sizeof(struct cnic_fc_npiv_tbl), GFP_KERNEL);
+ if (!np