Searched refs:frame_size (Results 1 - 8 of 8) sorted by relevance

/illumos-gate/usr/src/uts/common/io/fcoe/
H A Dfcoe_eth.c244 uint32_t raw_frame_size, frame_size; local
262 frame_size = raw_frame_size - PADDING_SIZE;
263 frm = fcoe_allocate_frame(&mac->fm_eport, frame_size, mp);
/illumos-gate/usr/src/uts/common/io/zyd/
H A Dzyd.c290 uint16_t frame_size, additional_size, rate; local
388 frame_size = (uint16_t)len + 4; /* include CRC32 */
389 buf_hdr->frame_size = LE_16(frame_size);
397 buf_hdr->packet_size = LE_16(frame_size + additional_size);
405 if (frame_size > ic->ic_rtsthreshold) {
435 buf_hdr->frame_duration = LE_16((16 * frame_size + rate - 1) / rate);
440 const int remainder = (16 * frame_size) % 22;
H A Dzyd.h240 uint16_t frame_size; member in struct:zyd_tx_header
/illumos-gate/usr/src/uts/common/io/hxge/
H A Dhxge_flow.h96 uint8_t frame_size; member in struct:ether_spec_s
/illumos-gate/usr/src/uts/common/sys/nxge/
H A Dnxge_flow.h100 uint8_t frame_size; member in struct:ether_spec_s
/illumos-gate/usr/src/uts/common/sys/fibre-channel/fca/emlxs/
H A Demlxs_menlo.h44 uint32_t frame_size; /* Menlo FC receive frame size */ member in struct:menlo_init_cmd
407 uint32_t frame_size; /* Menlo FC receive frame size */ member in struct:menlo_init_rsp
/illumos-gate/usr/src/uts/common/io/usb/clients/video/usbvc/
H A Dusbvc.c3088 uint32_t frame_size; local
3093 LE_TO_UINT32(strm_if->ctrl_pc.dwMaxVideoFrameSize, 0, frame_size);
3094 n_pkt = (frame_size + (pkt_size) - 1) / (pkt_size);
3098 " pkt_size=0x%x, MaxPacketSize=0x%x(Tsac#=%d), frame_size=0x%x",
3102 frame_size);
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/emlxs/
H A Demlxs_dfc.c6421 rsp->frame_size = BE_SWAP32(rsp->frame_size);
6434 "MENLO_INIT: frame_size = 0x%x", rsp->frame_size);

Completed in 93 milliseconds