Home
last modified time | relevance | path

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

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