Searched refs:IPPOD_SIZE (Results 1 – 2 of 2) sorted by relevance
1080 req->len = htonl(V_ULP_MEMIO_DATA_LEN(IPPOD_SIZE >> 5) | in ulp_mem_io_set_hdr()1081 V_ULPTX_NFLITS((IPPOD_SIZE >> 3) + 1)); in ulp_mem_io_set_hdr()1101 for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) { in ddp_set_map()1103 IPPOD_SIZE, 0, GFP_ATOMIC); in ddp_set_map()1131 for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) { in ddp_clear_map()1133 IPPOD_SIZE, 0, GFP_ATOMIC); in ddp_clear_map()
154 #define IPPOD_SIZE sizeof(struct cxgbi_pagepod) /* 64 */ macro