Lines Matching refs:cell_buf
297 typedef struct cell_buf { struct
306 } cell_buf; argument
347 cell_buf inittxbufs[TX_CHANS]; // these are really
348 cell_buf bufn1[BUFN1_SIZE]; // part of this pool
349 cell_buf txfreebufstart;
350 cell_buf txfreebufend;
351 cell_buf rxfreebufstart;
352 cell_buf rxfreebufend; // 8+118+1+1+1+1+124 = 254
353 cell_buf bufn2[BUFN2_SIZE]; // 16 * 254 = 4064 , 0x1000
355 cell_buf bufn3[BUFN3_SIZE]; // 16 * 192 = 3072 , 0x2000
357 cell_buf bufn4[BUFN4_SIZE]; // 16 * 1408 = 22528 , 0x8000
451 #define BUF_PTR(cbptr) ((cbptr) - (cell_buf *) 0)