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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/cxgb3i/
H A Dcxgb3i_ddp.c68 req->len = htonl(V_ULP_MEMIO_DATA_LEN(PPOD_SIZE >> 5) |
69 V_ULPTX_NFLITS((PPOD_SIZE >> 3) + 1));
79 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) {
107 for (i = 0; i < npods; i++, idx++, pm_addr += PPOD_SIZE) {
116 memset((skb->head + sizeof(struct ulp_mem_io)), 0, PPOD_SIZE);
181 PPOD_SIZE, gfp);
184 skb_put(skb, sizeof(struct ulp_mem_io) + PPOD_SIZE);
H A Dcxgb3i_ddp.h115 #define PPOD_SIZE sizeof(struct pagepod) /* 64 */ macro

Completed in 75 milliseconds