Home
last modified time | relevance | path

Searched refs:cxgbi_pagepod (Results 1 – 4 of 4) sorted by relevance

/linux-4.1.27/drivers/scsi/cxgbi/
Dlibcxgbi.h105 struct cxgbi_pagepod { struct
150 #define PPOD_SIZE sizeof(struct cxgbi_pagepod) /* 64 */
755 void cxgbi_ddp_ppod_clear(struct cxgbi_pagepod *);
756 void cxgbi_ddp_ppod_set(struct cxgbi_pagepod *, struct cxgbi_pagepod_hdr *,
Dlibcxgbi.c1265 void cxgbi_ddp_ppod_set(struct cxgbi_pagepod *ppod, in cxgbi_ddp_ppod_set()
1279 void cxgbi_ddp_ppod_clear(struct cxgbi_pagepod *ppod) in cxgbi_ddp_ppod_clear()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb4i/
Dcxgb4i.c1559 struct cxgbi_pagepod *ppod; in ddp_ppod_write_idata()
1577 ppod = (struct cxgbi_pagepod *)(idata + 1); in ddp_ppod_write_idata()
/linux-4.1.27/drivers/scsi/cxgbi/cxgb3i/
Dcxgb3i.c1102 cxgbi_ddp_ppod_set((struct cxgbi_pagepod *)(skb->head + in ddp_set_map()