Home
last modified time | relevance | path

Searched refs:rcv_bufs_to_post (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/net/
Ddefxx.c817 bp->rcv_bufs_to_post = RCV_BUFS_DEF; in dfx_driver_init()
902 (bp->rcv_bufs_to_post * PI_RCV_DATA_K_SIZE_MAX) + in dfx_driver_init()
957 curr_v += (bp->rcv_bufs_to_post * PI_RCV_DATA_K_SIZE_MAX); in dfx_driver_init()
958 curr_p += (bp->rcv_bufs_to_post * PI_RCV_DATA_K_SIZE_MAX); in dfx_driver_init()
2734 for (i = 0; i < (int)(bp->rcv_bufs_to_post); i++) in dfx_rcv_init()
2735 for (j = 0; (i + j) < (int)PI_RCV_DATA_K_NUM_ENTRIES; j += bp->rcv_bufs_to_post) in dfx_rcv_init()
2756 for (i=0; i < (int)(bp->rcv_bufs_to_post); i++) in dfx_rcv_init()
2757 for (j=0; (i + j) < (int)PI_RCV_DATA_K_NUM_ENTRIES; j += bp->rcv_bufs_to_post) in dfx_rcv_init()
2769 bp->rcv_xmt_reg.index.rcv_prod = bp->rcv_bufs_to_post; in dfx_rcv_init()
3243 for (i = 0; i < (int)(bp->rcv_bufs_to_post); i++) in dfx_rcv_flush()
[all …]
Ddefxx.h1767 u32 rcv_bufs_to_post; /* receive buffers to post for LLC host queue */ member