Searched refs:max_frame_size (Results 1 - 25 of 67) sorted by relevance

123

/freebsd-11-stable/sys/dev/e1000/
H A De1000_82543.h52 u32 max_frame_size);
H A De1000_api.h134 * max_frame_size = the maximum frame length we want to accept.
155 min_frame_size, max_frame_size) \
161 ((length) <= ((max_frame_size) + 1))) : \
163 ((length) <= ((max_frame_size) + VLAN_TAG_SIZE + 1)))))
H A Dif_lem.h323 int max_frame_size; member in struct:adapter
H A Dif_lem.c542 adapter->max_frame_size = ETHERMTU + ETHER_HDR_LEN + ETHERNET_FCS_SIZE;
1045 int max_frame_size; local
1052 max_frame_size = ETHER_MAX_LEN;
1055 max_frame_size = MAX_JUMBO_FRAME_SIZE;
1057 if (ifr->ifr_mtu > max_frame_size - ETHER_HDR_LEN -
1065 adapter->max_frame_size =
1224 if (adapter->max_frame_size > 8192)
1235 if (adapter->max_frame_size > 8192)
2438 roundup2(adapter->max_frame_size, 1024);
3244 if (adapter->max_frame_size <
[all...]
/freebsd-11-stable/sys/dev/ixgbe/
H A Dif_sriov.c150 if (adapter->max_frame_size < max_frame)
151 adapter->max_frame_size = max_frame;
271 if (adapter->max_frame_size > ETHER_MAX_LEN ||
272 vf->max_frame_size > ETHER_MAX_LEN)
284 if (vf->max_frame_size <= ETHER_MAX_LEN)
291 if (adapter->max_frame_size <= ETHER_MAX_LEN)
487 vf->max_frame_size = vf_max_size;
488 ixgbe_update_max_frame(adapter, vf->max_frame_size);
499 if (pf_max_size < adapter->max_frame_size) {
501 mhadd |= adapter->max_frame_size << IXGBE_MHADD_MFS_SHIF
[all...]
H A Dixgbe_dcb.c49 int max_frame_size)
55 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) /
90 u32 max_frame_size, u8 direction)
109 min_credit = ((max_frame_size / 2) + IXGBE_DCB_CREDIT_QUANTUM - 1) /
48 ixgbe_dcb_calculate_tc_credits(u8 *bw, u16 *refill, u16 *max, int max_frame_size) argument
88 ixgbe_dcb_calculate_tc_credits_cee(struct ixgbe_hw *hw, struct ixgbe_dcb_config *dcb_config, u32 max_frame_size, u8 direction) argument
/freebsd-11-stable/sys/mips/cavium/usb/
H A Doctusb.h70 uint16_t max_frame_size; member in struct:octusb_qh
/freebsd-11-stable/sys/dev/usb/template/
H A Dusb_template.c612 uint16_t max_frame_size; local
671 max_frame_size = pf->max_in_frame_size;
673 max_frame_size = pf->max_out_frame_size;
676 if (max_frame_size >= ep->max_frame_size) {
677 temp = (max_frame_size - ep->max_frame_size);
842 ep_curr->max_frame_size) {
856 if (ep_curr->max_frame_size < wMaxPacketSize) {
857 ep_curr->max_frame_size
[all...]
/freebsd-11-stable/sys/dev/bxe/
H A Decore_mfw_req.h173 uint32_t max_frame_size; /* Max Frame Size. bytes */ member in struct:iscsi_stats_info
/freebsd-11-stable/sys/dev/usb/controller/
H A Dsaf1761_otg.h97 uint16_t max_frame_size; member in struct:saf1761_otg_std_temp
H A Duhci.c134 uint16_t max_frame_size; member in struct:uhci_mem_layout
146 uint16_t max_frame_size; member in struct:uhci_std_temp
211 ml->max_frame_size = xfer->max_frame_size;
1674 temp.average = xfer->max_frame_size;
1675 temp.max_frame_size = xfer->max_frame_size;
2217 if (*plen > xfer->max_frame_size) {
2224 xfer->max_frame_size);
2227 *plen = xfer->max_frame_size;
[all...]
H A Dat91dci.h164 uint16_t max_frame_size; member in struct:at91dci_std_temp
H A Ddwc_otg.h107 uint16_t max_frame_size; member in struct:dwc_otg_std_temp
H A Dmusb_otg.c181 if (td->max_frame_size >
185 if (td->max_frame_size >
664 if (count != td->max_frame_size) {
665 if (count < td->max_frame_size) {
793 count = td->max_frame_size;
954 if (count != td->max_frame_size) {
955 if (count < td->max_frame_size) {
1144 count = td->max_frame_size;
1471 if (count != td->max_frame_size) {
1472 if (count < td->max_frame_size) {
[all...]
H A Dmusb_otg.h318 uint16_t max_frame_size; /* packet_size * mult */ member in struct:musbotg_td
343 uint16_t max_frame_size; member in struct:musbotg_std_temp
H A Datmegadci.h218 uint16_t max_frame_size; member in struct:atmegadci_std_temp
H A Davr32dci.h185 uint16_t max_frame_size; member in struct:avr32dci_std_temp
/freebsd-11-stable/sys/dev/usb/
H A Dusb_core.h164 uint16_t max_frame_size; member in struct:usb_xfer
H A Dusb_device.h125 uint16_t max_frame_size; member in struct:usb_hw_ep_scratch_sub
H A Dusb_transfer.c174 xfer->max_frame_size = xfer->max_packet_size * xfer->max_packet_count;
606 /* compute "max_frame_size" */
718 * NOTE: we do not allow "max_packet_size" or "max_frame_size"
723 if ((xfer->max_frame_size == 0) ||
754 parm->bufsize = xfer->max_frame_size;
769 parm->bufsize += (xfer->max_frame_size - 1);
771 if (parm->bufsize < xfer->max_frame_size) {
778 parm->bufsize -= (parm->bufsize % xfer->max_frame_size);
936 (parm->hc_max_frame_size % xfer->max_frame_size));
969 xfer->max_frame_size
[all...]
/freebsd-11-stable/sys/dev/qlxgb/
H A Dqla_def.h150 uint16_t max_frame_size; member in struct:qla_host
H A Dqla_os.c685 ha->max_frame_size = ifp->if_mtu + ETHER_HDR_LEN + ETHER_CRC_LEN;
841 ha->max_frame_size =
844 ret = qla_set_max_mtu(ha, ha->max_frame_size,
871 ha->max_frame_size = ifp->if_mtu +
873 ret = qla_set_max_mtu(ha, ha->max_frame_size,
/freebsd-11-stable/sys/dev/qlxge/
H A Dqls_def.h290 uint16_t max_frame_size; member in struct:qla_host
H A Dqls_os.c751 ha->max_frame_size = ifp->if_mtu + ETHER_HDR_LEN + ETHER_CRC_LEN;
752 if (ha->max_frame_size <= MCLBYTES) {
754 } else if (ha->max_frame_size <= MJUMPAGESIZE) {
913 ha->max_frame_size =
940 ha->max_frame_size = ifp->if_mtu +
/freebsd-11-stable/sys/dev/qlxgbe/
H A Dql_def.h179 uint16_t max_frame_size; member in struct:qla_host

Completed in 172 milliseconds

123