Searched refs:pagepod (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.h66 * @idx_bits: # of bits the pagepod index would take
67 * @idx_mask: pagepod index mask
71 * @gl_skb: skb used to program the pagepod
100 * struct pagepod_hdr, pagepod - pagepod format
110 struct pagepod { struct
115 #define PPOD_SIZE sizeof(struct pagepod) /* 64 */
H A Dcxgb3i_ddp.c45 * The host memory address is programmed into h/w in the format of pagepod
47 * The location of the pagepod entry is encoded into ddp tag which is used or
58 * functions to program the pagepod in h/w
81 struct pagepod *ppod;
88 ppod = (struct pagepod *)
90 memcpy(&(ppod->hdr), hdr, sizeof(struct pagepod));
626 * release all the resource held by the ddp pagepod manager for a given
668 * initialize the ddp pagepod manager for a given adapter

Completed in 46 milliseconds