Searched refs:max_buf_size (Results 1 – 5 of 5) sorted by relevance
103 int max_buf_size = FWSEND; in cx25840_loadfw() local113 if (is_cx231xx(state) && max_buf_size > 16) in cx25840_loadfw()114 max_buf_size = 16; in cx25840_loadfw()129 int len = min(max_buf_size - 2, size); in cx25840_loadfw()
1202 int max_buf_size) in mwifiex_is_11n_aggragation_possible() argument1210 max_amsdu_size = min_t(int, ptr->max_amsdu, max_buf_size); in mwifiex_is_11n_aggragation_possible()1212 max_amsdu_size = max_buf_size; in mwifiex_is_11n_aggragation_possible()
1780 u32 max_buf_size; in __netvsc_get_ringparam() local1786 max_buf_size = NETVSC_RECEIVE_BUFFER_SIZE_LEGACY; in __netvsc_get_ringparam()1788 max_buf_size = NETVSC_RECEIVE_BUFFER_SIZE; in __netvsc_get_ringparam()1790 ring->rx_max_pending = max_buf_size / nvdev->recv_section_size; in __netvsc_get_ringparam()
1085 writel(fep->max_buf_size, fep->hwp + FEC_R_BUFF_SIZE(i)); in fec_enet_enable_ring()1196 writel(min(fep->rx_frame_size, fep->max_buf_size), fep->hwp + FEC_FTRL); in fec_restart()5427 fep->max_buf_size = MAX_JUMBO_BUF_SIZE; in fec_probe()5429 fep->max_buf_size = PKT_MAXBUF_SIZE; in fec_probe()5431 ndev->max_mtu = fep->max_buf_size - VLAN_ETH_HLEN - ETH_FCS_LEN; in fec_probe()
7923 int rc, i, max_buf_size; in lpfc_sli4_driver_resource_setup() local8206 max_buf_size = (2 * SLI4_PAGE_SIZE); in lpfc_sli4_driver_resource_setup()8225 sizeof(struct fcp_rsp) + max_buf_size; in lpfc_sli4_driver_resource_setup()