Searched refs:rx_all (Results 1 - 4 of 4) sorted by relevance

/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_phc.c76 bool rx_all; local
113 rx_all = config->rx_filter != HWTSTAMP_FILTER_NONE && !rx_filt;
118 rx_all = true;
122 dev_dbg(ionic->dev, "%s: config_rx_filter %d rx_filt %#llx rx_all %d\n",
123 __func__, config->rx_filter, rx_filt, rx_all);
149 if (rx_all != (lif->phc->ts_config.rx_filter == HWTSTAMP_FILTER_ALL)) {
150 err = ionic_lif_config_hwstamp_rxq_all(lif, rx_all);
H A Dionic_lif.h394 int ionic_lif_config_hwstamp_rxq_all(struct ionic_lif *lif, bool rx_all);
H A Dionic_lif.c1048 int ionic_lif_config_hwstamp_rxq_all(struct ionic_lif *lif, bool rx_all) argument
1054 if (rx_all)
/linux-master/drivers/net/ethernet/hisilicon/hns3/hns3pf/
H A Dhclge_main.c1959 u32 rx_all)
1981 if (rx_all < rx_priv + shared_std)
1984 shared_buf = rounddown(rx_all - rx_priv, HCLGE_BUF_SIZE_UNIT);
2052 u32 rx_all = hdev->pkt_buf_size - hclge_get_tx_buff_alloced(buf_alloc); local
2082 return hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all);
2088 u32 rx_all = hdev->pkt_buf_size - hclge_get_tx_buff_alloced(buf_alloc); local
2107 if (hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all) ||
2112 return hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all);
2118 u32 rx_all = hdev->pkt_buf_size - hclge_get_tx_buff_alloced(buf_alloc); local
2137 if (hclge_is_rx_buf_ok(hdev, buf_alloc, rx_all) ||
1957 hclge_is_rx_buf_ok(struct hclge_dev *hdev, struct hclge_pkt_buf_alloc *buf_alloc, u32 rx_all) argument
2203 u32 rx_all = hdev->pkt_buf_size; local
[all...]

Completed in 176 milliseconds