Searched defs:sections (Results 1 - 2 of 2) sorted by relevance

/drivers/net/hyperv/
H A Dhyperv_net.h277 * section and a small suballocation section. These sections are then
294 struct nvsp_1_receive_buffer_section sections[1]; member in struct:nvsp_1_message_send_receive_buffer_complete
325 * to choose the sections size of the buffer. This was done to enable
/drivers/net/ethernet/broadcom/bnx2x/
H A Dbnx2x_main.c11023 struct bnx2x_fw_file_section *sections; local
11035 sections = (struct bnx2x_fw_file_section *)fw_hdr;
11039 for (i = 0; i < sizeof(*fw_hdr) / sizeof(*sections); i++) {
11040 offset = be32_to_cpu(sections[i].offset);
11041 len = be32_to_cpu(sections[i].len);

Completed in 258 milliseconds