Lines Matching defs:buffer

786 		 * Allocation of Storages for buffer addresses in 2BUFF mode
953 /* Freeing buffer storage addresses in 2BUFF mode. */
2238 /* Enabling 2 buffer mode by writing into Rx_pa_cfg reg. */
2434 * @from_card_up: If this is true, we will map the buffer to get
2436 * Else we will sync the already mapped buffer to give it to the card.
2439 * address of these buffers into the RxD buffer pointers, so that the NIC
2442 * 1. single buffer,
2443 * 2. three buffer and
2444 * 3. Five buffer modes.
2447 * L4 payload in three buffer mode and in 5 buffer mode, L4 payload itself
2448 * is split into 3 fragments. As of now only single buffer mode is
2531 /* 1 buffer mode - normal operation mode */
2547 * 2 buffer mode -
2548 * 2 buffer mode provides 128
2553 /* save buffer pointers to avoid frequent dma mapping */
2557 /* restore the buffer pointers for dma sync*/
2584 /* Two buffer mode */
2990 * whose buffer was freed and frees all skbs whose data have already
3902 * function to allocate Rx buffers and inserts them into the buffer
3996 * @skb : the socket buffer containing the Tx data.
5350 * s2io_ethtool_gregs - dumps the entire space of Xfame into the buffer.
5357 * buffer area.
5755 * buffer 'data_buf' and returns these to the caller (ethtool.)
6759 * buffer pointer
6786 /* Two buffer Mode */
6819 /* Buffer-1 will be dummy buffer not used */
7050 * receive buffer to avoid the ring bump. Since there is
7053 * ring to HW and set the appropriate buffer size
7580 DBG_PRINT(ERR_DBG, "Defaulting to 1-buffer mode\n");
8164 static int check_L2_lro_capable(u8 *buffer, struct iphdr **ip,
8193 *ip = (struct iphdr *)(buffer + ip_off);
8355 static int s2io_club_tcp_session(struct ring_info *ring_data, u8 *buffer,
8365 ret = check_L2_lro_capable(buffer, &ip, (struct tcphdr **)tcp,
8432 initiate_new_session(*lro, buffer, ip, tcph, *tcp_len,