Searched refs:IPPOD_SIZE (Results 1 – 2 of 2) sorted by relevance
1087 req->len = htonl(V_ULP_MEMIO_DATA_LEN(IPPOD_SIZE >> 5) | in ulp_mem_io_set_hdr()1088 V_ULPTX_NFLITS((IPPOD_SIZE >> 3) + 1)); in ulp_mem_io_set_hdr()1108 for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) { in ddp_set_map()1110 IPPOD_SIZE, 0, GFP_ATOMIC); in ddp_set_map()1138 for (i = 0; i < npods; i++, idx++, pm_addr += IPPOD_SIZE) { in ddp_clear_map()1140 IPPOD_SIZE, 0, GFP_ATOMIC); in ddp_clear_map()
155 #define IPPOD_SIZE sizeof(struct cxgbi_pagepod) /* 64 */ macro