Searched refs:frame_size (Results 1 – 8 of 8) sorted by relevance
290 uint16_t frame_size, additional_size, rate; in zyd_send() local388 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()
240 uint16_t frame_size; member
244 uint32_t raw_frame_size, frame_size; in fcoe_rx() local262 frame_size = raw_frame_size - PADDING_SIZE; in fcoe_rx()263 frm = fcoe_allocate_frame(&mac->fm_eport, frame_size, mp); in fcoe_rx()
96 uint8_t frame_size; member
100 uint8_t frame_size; member
44 uint32_t frame_size; /* Menlo FC receive frame size */ member407 uint32_t frame_size; /* Menlo FC receive frame size */ member
3088 uint32_t frame_size; in usbvc_start_isoc_polling() local3093 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()
6421 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()