Searched refs:msg_max (Results 1 – 3 of 3) sorted by relevance
1352 size_t msg_max = spi_max_message_size(spi); in spi_max_transfer_size() local1358 return min(tr_max, msg_max); in spi_max_transfer_size()
2180 u32 dlen = msg_data_sz(hdr), glen = 0, msg_max; in tipc_link_proto_rcv() local2219 msg_max = msg_max_pkt(hdr); in tipc_link_proto_rcv()2220 if (msg_max < tipc_bearer_min_mtu(l->net, l->bearer_id)) in tipc_link_proto_rcv()2266 if (l->mtu > msg_max) in tipc_link_proto_rcv()2267 l->mtu = msg_max; in tipc_link_proto_rcv()
398 size_t outlen, msg_max; in efx_mae_check_table_exists() local402 msg_max = sizeof(outbuf); in efx_mae_check_table_exists()408 msg_max, &outlen); in efx_mae_check_table_exists()416 tbl_cnt = MC_CMD_TABLE_LIST_OUT_TABLE_ID_NUM(min(outlen, msg_max)); in efx_mae_check_table_exists()