SFP_PAGE_SIZE 937 drivers/net/ethernet/sfc/mcdi_port.c if (offset > SFP_PAGE_SIZE) SFP_PAGE_SIZE 940 drivers/net/ethernet/sfc/mcdi_port.c to_copy = min(space, SFP_PAGE_SIZE - offset); SFP_PAGE_SIZE 952 drivers/net/ethernet/sfc/mcdi_port.c SFP_PAGE_SIZE)) SFP_PAGE_SIZE 956 drivers/net/ethernet/sfc/mcdi_port.c if (payload_len != SFP_PAGE_SIZE) SFP_PAGE_SIZE 1040 drivers/net/ethernet/sfc/mcdi_port.c page_off = ee->offset % SFP_PAGE_SIZE; SFP_PAGE_SIZE 1041 drivers/net/ethernet/sfc/mcdi_port.c page += ee->offset / SFP_PAGE_SIZE; SFP_PAGE_SIZE 1056 drivers/net/ethernet/sfc/mcdi_port.c int intended_size = SFP_PAGE_SIZE - page_off;