Searched refs:sbsz (Results 1 – 2 of 2) sorted by relevance
/freebsd/usr.sbin/bhyve/ |
H A D | net_backend_netgraph.c | 57 int sbsz; in ng_init() local 141 sbsz = MIN(NG_SBUF_MAX_SIZE, maxsbsz); in ng_init() 143 if (setsockopt(be->fd, SOL_SOCKET, SO_SNDBUF, &sbsz, in ng_init() 144 sizeof(sbsz)) < 0) { in ng_init() 149 if (setsockopt(be->fd, SOL_SOCKET, SO_RCVBUF, &sbsz, in ng_init() 150 sizeof(sbsz)) < 0) { in ng_init()
|
/freebsd/sys/dev/bge/ |
H A D | if_bge.c | 2927 bus_size_t boundary, sbsz, rxmaxsegsz, txsegsz, txmaxsegsz; in bge_dma_alloc() local 2982 sbsz = BGE_STATUS_BLK_SZ; in bge_dma_alloc() 2984 sbsz = 32; in bge_dma_alloc() 2985 error = bge_dma_ring_alloc(sc, PAGE_SIZE, sbsz, in bge_dma_alloc() 6537 int error, result, sbsz; in bge_sysctl_debug_info() local 6550 sbsz = BGE_STATUS_BLK_SZ; in bge_sysctl_debug_info() 6552 sbsz = 32; in bge_sysctl_debug_info() 6559 for (i = 0x0; i < sbsz / sizeof(uint16_t); ) { in bge_sysctl_debug_info()
|