Home
last modified time | relevance | path

Searched refs:data_buf_size (Results 1 – 4 of 4) sorted by relevance

/freebsd/sys/dev/ntb/test/
H A Dntb_tool.c578 ssize_t data_buf_size; in tool_mw_write_fn() local
617 data_buf_size = *buf_size; in tool_mw_write_fn()
618 data_buf = malloc(data_buf_size, M_NTB_TOOL, M_WAITOK | M_ZERO); in tool_mw_write_fn()
621 memset(data_buf, pattern, data_buf_size); in tool_mw_write_fn()
623 arc4rand(data_buf, data_buf_size, 1); in tool_mw_write_fn()
625 memcpy(write_buf + *buf_offset, data_buf, data_buf_size); in tool_mw_write_fn()
/freebsd/sys/dev/cxgbe/cudbg/
H A Dcudbg.h470 int cudbg_read_flash_data(void *handle, void *data_buf, u32 data_buf_size);
/freebsd/sys/dev/ixgbe/
H A Dif_ix.c3481 u16 data_buf_size = IXGBE_ACI_MAX_BUFFER_SIZE; in ixgbe_debug_dump_print_cluster()
3499 data_buf = (u8 *)malloc(data_buf_size, M_IXGBE, M_NOWAIT | M_ZERO); in ixgbe_debug_dump_print_cluster()
3508 table_id, offset, data_buf_size); in ixgbe_debug_dump_print_cluster()
3511 offset, data_buf, data_buf_size, &ret_buf_size, in ixgbe_debug_dump_print_cluster()
3544 memset(data_buf, 0, data_buf_size); in ixgbe_debug_dump_print_cluster()
3483 u16 data_buf_size = IXGBE_ACI_MAX_BUFFER_SIZE; ixgbe_debug_dump_print_cluster() local
/freebsd/sys/dev/ice/
H A Dice_lib.c6672 u16 data_buf_size = ICE_AQ_MAX_BUF_LEN; in ice_fw_debug_dump_print_cluster()
6689 data_buf = (u8 *)malloc(data_buf_size, M_ICE, M_NOWAIT | M_ZERO);
6708 table_id, offset, data_buf_size); in ice_fw_debug_dump_print_clusters()
6711 offset, data_buf, data_buf_size, &ret_buf_size, in ice_fw_debug_dump_print_clusters()
6743 memset(data_buf, 0, data_buf_size);
6569 u16 data_buf_size = ICE_AQ_MAX_BUF_LEN; ice_fw_debug_dump_print_cluster() local