Home
last modified time | relevance | path

Searched refs:ll2_mtu (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/scsi/qedi/
H A Dqedi_iscsi.c996 path_req.pmtu = qedi->ll2_mtu; in qedi_ep_connect()
997 qedi_ep->pmtu = qedi->ll2_mtu; in qedi_ep_connect()
1321 qedi_ep->pmtu = qedi->ll2_mtu; in qedi_set_path()
1327 if (path_data->pmtu != qedi->ll2_mtu) { in qedi_set_path()
1335 qedi_ep->pmtu = qedi->ll2_mtu; in qedi_set_path()
H A Dqedi.h339 u16 ll2_mtu; member
H A Dqedi_main.c1089 iscsi->frame_size = qedi->ll2_mtu; in qedi_get_protocol_tlv_data()
2009 qedi->ll2_mtu, mtu); in qedi_reset_host_mtu()
2011 qedi->ll2_mtu = mtu; in qedi_reset_host_mtu()
2012 params.mtu = qedi->ll2_mtu + IPV6_HDR_LEN + TCP_HDR_LEN; in qedi_reset_host_mtu()
2670 qedi->ll2_mtu = DEF_PATH_MTU; in __qedi_probe()