Searched refs:get_buffers (Results 1 - 3 of 3) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/fddi/ |
H A D | defxx.c | 271 static int dfx_adap_init(DFX_board_t *bp, int get_buffers); 293 static int dfx_rcv_init(DFX_board_t *bp, int get_buffers); 1244 * get_buffers - non-zero if buffers to be allocated 1264 static int dfx_adap_init(DFX_board_t *bp, int get_buffers) in dfx_adap_init() argument 1400 if (get_buffers) in dfx_adap_init() 1405 if (dfx_rcv_init(bp, get_buffers)) in dfx_adap_init() 1408 if (get_buffers) in dfx_adap_init() 1419 if (get_buffers) in dfx_adap_init() 2967 * get_buffers - non-zero if buffers to be allocated 2989 static int dfx_rcv_init(DFX_board_t *bp, int get_buffers) in dfx_rcv_init() argument [all...] |
/kernel/linux/linux-6.6/drivers/net/fddi/ |
H A D | defxx.c | 272 static int dfx_adap_init(DFX_board_t *bp, int get_buffers); 294 static int dfx_rcv_init(DFX_board_t *bp, int get_buffers); 1233 * get_buffers - non-zero if buffers to be allocated 1253 static int dfx_adap_init(DFX_board_t *bp, int get_buffers) in dfx_adap_init() argument 1389 if (get_buffers) in dfx_adap_init() 1394 if (dfx_rcv_init(bp, get_buffers)) in dfx_adap_init() 1397 if (get_buffers) in dfx_adap_init() 1408 if (get_buffers) in dfx_adap_init() 2956 * get_buffers - non-zero if buffers to be allocated 2978 static int dfx_rcv_init(DFX_board_t *bp, int get_buffers) in dfx_rcv_init() argument [all...] |
/kernel/linux/linux-6.6/kernel/bpf/ |
H A D | helpers.c | 820 bool get_buffers = (data->get_bin_args && num_args) || data->get_buf; in bpf_bprintf_prepare() local 833 if (get_buffers && try_get_buffers(&buffers)) in bpf_bprintf_prepare()
|
Completed in 10 milliseconds