Searched refs:cnic_kwq (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c14500 bp->cnic_kwq_cons = bp->cnic_kwq;
14546 bp->cnic_kwq_prod = bp->cnic_kwq;
14973 bp->cnic_kwq = kzalloc(PAGE_SIZE, GFP_KERNEL);
14974 if (!bp->cnic_kwq)
14977 bp->cnic_kwq_cons = bp->cnic_kwq;
14978 bp->cnic_kwq_prod = bp->cnic_kwq;
14979 bp->cnic_kwq_last = bp->cnic_kwq + MAX_SP_DESC_CNT;
15011 kfree(bp->cnic_kwq);
15012 bp->cnic_kwq = NULL;
H A Dbnx2x.h1684 struct eth_spe *cnic_kwq; member in struct:bnx2x

Completed in 218 milliseconds