Home
last modified time | relevance | path

Searched refs:msg_max (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/Documentation/admin-guide/sysctl/
H A Dfs.rst299 ``/proc/sys/fs/mqueue/msg_max`` is a read/write file for
303 or equal to ``msg_max``.
312 ``msg_max``, the default value is initialized to ``msg_max``.
/openbmc/linux/include/linux/spi/
H A Dspi.h1246 size_t msg_max = spi_max_message_size(spi); in spi_max_transfer_size() local
1252 return min(tr_max, msg_max); in spi_max_transfer_size()
/openbmc/linux/net/tipc/
H A Dlink.c2203 u32 dlen = msg_data_sz(hdr), glen = 0, msg_max; in tipc_link_proto_rcv() local
2242 msg_max = msg_max_pkt(hdr); in tipc_link_proto_rcv()
2243 if (msg_max < tipc_bearer_min_mtu(l->net, l->bearer_id)) in tipc_link_proto_rcv()
2289 if (l->mtu > msg_max) in tipc_link_proto_rcv()
2290 l->mtu = msg_max; in tipc_link_proto_rcv()
/openbmc/linux/drivers/net/ethernet/sfc/
H A Dmae.c411 size_t outlen, msg_max; in efx_mae_check_table_exists() local
415 msg_max = sizeof(outbuf); in efx_mae_check_table_exists()
421 msg_max, &outlen); in efx_mae_check_table_exists()
429 tbl_cnt = MC_CMD_TABLE_LIST_OUT_TABLE_ID_NUM(min(outlen, msg_max)); in efx_mae_check_table_exists()